This commit is contained in:
2026-07-28 15:41:28 +08:00 Unverified
parent a61dacff1a
commit 2dae303cf1
17 changed files with 6796 additions and 90 deletions
+4 -1
View File
@@ -8,7 +8,8 @@
"build": "vue-tsc -b && vite build",
"build:capacitor": "vue-tsc -b && vite build --mode capacitor",
"preview": "vite preview",
"cap:sync": "npx cap sync",
"cap:configure": "node scripts/configure-capacitor.mjs",
"cap:sync": "npx cap sync && npm run cap:configure",
"cap:open:android": "npx cap open android",
"cap:open:ios": "npx cap open ios",
"cap:run:android": "npx cap run android",
@@ -16,7 +17,9 @@
},
"dependencies": {
"@capacitor/android": "^8.4.2",
"@capacitor/barcode-scanner": "^3.1.0",
"@capacitor/core": "^8.4.2",
"@capacitor/geolocation": "^8.2.0",
"@capacitor/ios": "^8.4.2",
"@ckeditor/ckeditor5-vue": "^8.2.0",
"@element-plus/icons-vue": "^2.3.2",