chore: upate

This commit is contained in:
草鞋没号
2020-08-31 09:50:57 +08:00
parent 278a3468d2
commit 79cd832cfc
11 changed files with 45 additions and 12 deletions

5
typings/typings.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
interface Window {
/** 浏览器下开发,关闭 electron 载入动画 */
stopLoading: () => void
}