feat: 新增工具栏模块, 修改系统设置初始化结构

This commit is contained in:
MTrun
2022-04-09 16:40:57 +08:00
parent 5e6ecfc3e5
commit 5904d04e2e
11 changed files with 178 additions and 73 deletions
+1
View File
@@ -8,4 +8,5 @@ export type ListType = {
step?: number
min?: number
tip?: string
options?: { label: string; value: any }[]
}