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

This commit is contained in:
奔跑的面条
2022-11-05 21:34:39 +08:00
14 changed files with 106 additions and 38 deletions
+2
View File
@@ -7,6 +7,8 @@ interface Window {
$vue: any
// 键盘按键记录
$KeyboardActive?: { [T: string]: boolean }
// 编辑 JSON 的存储对象
opener: any
}