🌱 初步定义&获取终端参数

#195
This commit is contained in:
BTMuli
2026-01-01 19:41:44 +08:00
parent 3e31bae751
commit 15e0a60bb6
11 changed files with 498 additions and 259 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.9.0",
"description": "Game Tool for GenshinImpact player",
"private": true,
"packageManager": "pnpm@10.26.2",
"packageManager": "pnpm@10.27.0",
"type": "module",
"scripts": {
"build": "tsx scripts/auto-build.ts",
@@ -74,6 +74,7 @@
"@sentry/vite-plugin": "^4.6.1",
"@sentry/vue": "^10.32.1",
"@tauri-apps/api": "^2.9.1",
"@tauri-apps/plugin-cli": "^2.4.1",
"@tauri-apps/plugin-deep-link": "^2.4.5",
"@tauri-apps/plugin-dialog": "^2.4.2",
"@tauri-apps/plugin-fs": "^2.4.4",
@@ -101,7 +102,7 @@
"vue-echarts": "^8.0.1",
"vue-json-pretty": "^2.6.0",
"vue-router": "^4.6.4",
"vuetify": "^3.11.5",
"vuetify": "^3.11.6",
"wcag-color": "^1.1.1"
},
"devDependencies": {
@@ -114,8 +115,8 @@
"@types/fs-extra": "^11.0.4",
"@types/js-md5": "^0.8.0",
"@types/node": "^25.0.3",
"@typescript-eslint/parser": "^8.50.1",
"@typescript/native-preview": "7.0.0-dev.20251225.1",
"@typescript-eslint/parser": "^8.51.0",
"@typescript/native-preview": "7.0.0-dev.20260101.1",
"@vitejs/plugin-vue": "^6.0.3",
"app-root-path": "^3.1.0",
"concurrently": "^9.2.1",
@@ -132,8 +133,8 @@
"husky": "^9.1.7",
"jsonc-eslint-parser": "^2.4.2",
"lint-staged": "^16.2.7",
"oxlint": "^1.35.0",
"postcss-preset-env": "^10.5.0",
"oxlint": "^1.36.0",
"postcss-preset-env": "^10.6.0",
"prettier": "3.7.4",
"stylelint": "^16.26.1",
"stylelint-config-idiomatic-order": "^10.0.0",
@@ -141,12 +142,12 @@
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-high-performance-animation": "^1.11.0",
"stylelint-order": "^7.0.0",
"stylelint-order": "^7.0.1",
"stylelint-prettier": "^5.0.3",
"stylelint-scss": "^6.13.0",
"stylelint-scss": "^6.14.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.1",
"typescript-eslint": "^8.51.0",
"vite": "npm:rolldown-vite@^7.3.0",
"vite-plugin-vue-devtools": "^8.0.5",
"vite-plugin-vuetify": "^2.1.2",