mirror of
https://gitee.com/dromara/go-view.git
synced 2026-01-30 00:05:29 +08:00
feat: 新增键盘按键记录功能
This commit is contained in:
2
types/global.d.ts
vendored
2
types/global.d.ts
vendored
@@ -5,6 +5,8 @@ interface Window {
|
||||
// 语言
|
||||
$t: any
|
||||
$vue: any
|
||||
// 键盘按键记录
|
||||
$KeyboardActive?: Set<string>
|
||||
}
|
||||
|
||||
declare type Recordable<T = any> = Record<string, T>
|
||||
Reference in New Issue
Block a user