feat: 新增移动快捷键与全局设置

This commit is contained in:
奔跑的面条
2022-04-01 10:25:13 +08:00
parent b2ed8a57a7
commit daf5537aea
14 changed files with 126 additions and 31 deletions
+11
View File
@@ -0,0 +1,11 @@
export type ListType = {
key: any
type: string
name: string
desc: string
value: any
suffix?: string
step?: number
min?: number
tip?: string
}