♻️ 收尾,基本测完了

This commit is contained in:
目棃
2024-07-07 17:07:11 +08:00
parent efcf16fe93
commit 2ba4596f50
10 changed files with 310 additions and 216 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "TeyvatGuide",
"version": "0.4.9",
"version": "0.5.0",
"description": "Game Tool for Genshin Impact player",
"private": true,
"type": "module",
@@ -67,14 +67,14 @@
"dependencies": {
"@mdi/font": "7.4.47",
"@tauri-apps/api": "2.0.0-beta.14",
"@tauri-apps/plugin-deep-link": "2.0.0-beta.7",
"@tauri-apps/plugin-dialog": "2.0.0-beta.5",
"@tauri-apps/plugin-fs": "2.0.0-beta.5",
"@tauri-apps/plugin-http": "2.0.0-beta.6",
"@tauri-apps/plugin-deep-link": "2.0.0-beta.8",
"@tauri-apps/plugin-dialog": "2.0.0-beta.6",
"@tauri-apps/plugin-fs": "2.0.0-beta.6",
"@tauri-apps/plugin-http": "2.0.0-beta.7",
"@tauri-apps/plugin-log": "2.0.0-beta.7",
"@tauri-apps/plugin-os": "2.0.0-beta.6",
"@tauri-apps/plugin-process": "2.0.0-beta.6",
"@tauri-apps/plugin-shell": "2.0.0-beta.6",
"@tauri-apps/plugin-shell": "2.0.0-beta.7",
"@tauri-apps/plugin-sql": "2.0.0-beta.6",
"ajv": "^8.16.0",
"artplayer": "^5.1.6",
@@ -91,7 +91,7 @@
"vue-echarts": "^6.7.3",
"vue-json-viewer": "^3.0.4",
"vue-router": "^4.4.0",
"vuetify": "^3.6.10",
"vuetify": "^3.6.11",
"wcag-color": "^1.1.1",
"xml-js": "^1.6.11"
},
@@ -101,7 +101,7 @@
"@tauri-apps/cli": "2.0.0-beta.21",
"@types/color-convert": "^2.0.3",
"@types/js-md5": "^0.7.2",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-vue": "^5.0.5",
@@ -116,11 +116,11 @@
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-vue": "^9.27.0",
"eslint-plugin-yml": "^1.14.0",
"globals": "^15.7.0",
"globals": "^15.8.0",
"husky": "^9.0.11",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.7",
"oxlint": "^0.5.1",
"oxlint": "^0.5.2",
"prettier": "3.3.2",
"stylelint": "^16.6.1",
"stylelint-config-idiomatic-order": "^10.0.0",
@@ -131,7 +131,7 @@
"stylelint-prettier": "^5.0.0",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0",
"vite": "^5.3.2",
"vite": "^5.3.3",
"vite-plugin-vue-devtools": "^7.3.5",
"vite-plugin-vuetify": "^2.0.3",
"vue-eslint-parser": "^9.4.3",