feat: 添加应用版本管理功能;生成 version.json 文件并更新环境变量配置

This commit is contained in:
2025-12-30 19:18:24 +07:00
parent 5b1ebac9c4
commit b6132ea30d
12 changed files with 520 additions and 22 deletions

View File

@@ -10,7 +10,7 @@
"preview": "vite preview",
"run:ios": "ionic capacitor run ios -l --external",
"run:android": "ionic capacitor run android -l --external",
"proxy": "ionic config set -g proxy http://192.168.1.36:9527",
"proxy": "ionic config set -g proxy http://192.168.1.3:9527",
"test:e2e": "cypress run",
"test:unit": "vitest",
"lint": "eslint",
@@ -81,6 +81,7 @@
"eslint": "^9.39.1",
"eslint-plugin-format": "^1.1.0",
"eslint-plugin-vue": "^10.6.2",
"jiti": "^2.6.1",
"jsdom": "^27.3.0",
"lint-staged": "^16.2.7",
"simple-git-hooks": "^2.13.1",