global.d.ts 252 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 interface Window { $loading: any $message: any $dialog: any // 语言 $t: any $vue: any // 键盘按键记录 $KeyboardActive?: { [T: string]: boolean } onKeySpacePressHold?: Function // 编辑 JSON 的存储对象 opener: any }