fix: 新增组件

This commit is contained in:
mtruning
2022-01-15 14:56:48 +08:00
parent f6860c3fa6
commit 3758db4cb6
25 changed files with 112 additions and 47 deletions
+7
View File
@@ -0,0 +1,7 @@
export enum SettingStoreEnums {
HIDE_PACKAGE_ONE_CATEGORY = 'hidePackageOneCategory',
}
export interface SettingStoreType {
[SettingStoreEnums.HIDE_PACKAGE_ONE_CATEGORY]: boolean
}