- 升级tauri1.4 - 隐藏未完的页面 - 修复一些bug

This commit is contained in:
ZilongYang
2023-06-29 14:40:56 +08:00
parent a3c872c7d7
commit 3cc551fe0d
45 changed files with 5698 additions and 4692 deletions

View File

@@ -19,6 +19,7 @@
"app:build": "yarn build:for:electron && yarn electron:builder"
},
"dependencies": {
"@tauri-apps/api": "^1.4.0",
"axios": "^0.22.0",
"core-js": "^3.6.5",
"crypto-js": "^4.1.1",
@@ -39,7 +40,7 @@
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.2",
"@tauri-apps/cli": "^1.4.0",
"@vitejs/plugin-vue": "^1.9.3",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vue/cli-plugin-babel": "~4.5.0",