fix: 修改左侧图表列表的中文键名问题

This commit is contained in:
MTrun
2022-01-18 21:41:52 +08:00
parent e1bb655bf1
commit c1bbc83acd
41 changed files with 103 additions and 73 deletions
+1
View File
@@ -5,6 +5,7 @@ export type ConfigType = {
key: string
title: string
category: string
categoryName: string
node: Component
image: string | (() => Promise<typeof import('*.png')>)
[T: string]: unknown