Merge branch 'dev' of https://gitee.com/MTrun/go-view into master-fetch-dev

This commit is contained in:
奔跑的面条
2022-10-15 17:20:05 +08:00
93 changed files with 2443 additions and 672 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ interface Window {
$t: any
$vue: any
// 键盘按键记录
$KeyboardActive?: Set<string>
$KeyboardActive?: { [T: string]: boolean }
}
@@ -16,4 +16,4 @@ declare interface MyResponseType {
data: any;
}
declare type Recordable<T = any> = Record<string, T>
declare type Recordable<T = any> = Record<string, T>