mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增移动快捷键与全局设置
This commit is contained in:
+11
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user