fix: 画布优化

This commit is contained in:
jeo young
2022-12-16 19:08:34 +08:00
parent 0cd31f48c1
commit b308275d99
8 changed files with 289 additions and 81 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'