fix: 画布优化

This commit is contained in:
jeo young
2022-12-16 19:08:34 +08:00
parent 924a7b5863
commit f64cd4dcf1
8 changed files with 289 additions and 81 deletions

2
types/global.d.ts vendored
View File

@@ -7,6 +7,8 @@ interface Window {
$vue: any
// 键盘按键记录
$KeyboardActive?: { [T: string]: boolean }
onKeySpacePressHold?: Function
// 编辑 JSON 的存储对象
opener: any
}

View File

@@ -4,4 +4,5 @@ declare module '*.vue' {
export default component
}
declare module 'lodash/*'
declare module 'lodash/*'
declare module 'dom-helpers'