新增 离线web应用发布流程;

移除了便签详情页;
优化了若干逻辑;
新增 移动端、IOS兼容处理;
This commit is contained in:
2025-10-12 06:05:27 +08:00
parent 1ae28a8040
commit d1365aaaa5
11 changed files with 312 additions and 198 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"android": "npx cap run android",
"build:all": "vite build && vite build --mode pwa",
"deploy:pwa": "vite build --mode pwa && node upload-pwa.js",
"dev": "vite"
},
"keywords": [],
@@ -19,6 +20,7 @@
"@capacitor/ios": "^5.7.2",
"@vue/cli-service": "^5.0.9",
"@vue/compiler-sfc": "^3.5.22",
"basic-ftp": "^5.0.5",
"ionicons": "^7.4.0",
"pinia": "^3.0.3",
"vue": "^3.5.22",