Merge branch 'dev' into master-fetch-dev

This commit is contained in:
奔跑的面条
2022-12-20 16:59:55 +08:00
21 changed files with 487 additions and 161 deletions
+2
View File
@@ -7,6 +7,8 @@ interface Window {
$vue: any
// 键盘按键记录
$KeyboardActive?: { [T: string]: boolean }
onKeySpacePressHold?: Function
// 编辑 JSON 的存储对象
opener: any
}
+2 -1
View File
@@ -4,4 +4,5 @@ declare module '*.vue' {
export default component
}
declare module 'lodash/*'
declare module 'lodash/*'
declare module 'dom-helpers'