feat: 新增图表独立配置混合

This commit is contained in:
mtruning
2022-02-26 17:38:24 +08:00
parent 0bf38c032c
commit 8d97bdc976
43 changed files with 271 additions and 170 deletions
@@ -17,12 +17,12 @@ const {
// 图表
const { getPackagesList } = usePackagesStore()
const menuOptions = shallowReactive<{
const menuOptions:{
key: string
icon: ReturnType<typeof renderIcon>
label: ReturnType<typeof renderLang>
list: PackagesType
}[]>([])
}[] = []
const packagesListObj = {
[PackagesCategoryEnum.CHARTS]: {