feat:添加本地数据库

This commit is contained in:
2025-11-25 17:12:09 +08:00
parent bc1a909a4d
commit b23514cfe6
12 changed files with 2432 additions and 634 deletions

View File

@@ -9,7 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"@capacitor-community/sqlite": "^5.7.2",
"@capacitor/core": "^5.7.8",
"@phosphor-icons/web": "^2.1.2",
"jeep-sqlite": "^2.7.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"uuid": "^11.0.2",
"vue": "^3.5.24",
"vue-router": "^4.6.3"
},