mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-04 00:02:04 +08:00
perf: 优化 ctrl 监听
This commit is contained in:
Vendored
+2
-2
@@ -6,7 +6,7 @@ interface Window {
|
||||
$t: any
|
||||
$vue: any
|
||||
// 键盘按键记录
|
||||
$KeyboardActive?: Set<string>
|
||||
$KeyboardActive?: { [T: string]: boolean }
|
||||
}
|
||||
|
||||
declare type Recordable<T = any> = Record<string, T>
|
||||
declare type Recordable<T = any> = Record<string, T>
|
||||
|
||||
Reference in New Issue
Block a user