feat: 添加原生通知监听功能,自动同步通知和交易列表

This commit is contained in:
2025-11-28 10:55:03 +08:00
parent cc2c376e9d
commit a2c5525a2e
8 changed files with 1271 additions and 15 deletions

View File

@@ -10,6 +10,8 @@
},
"dependencies": {
"@capacitor-community/sqlite": "^5.7.2",
"@capacitor/android": "^5.7.8",
"@capacitor/app": "^5.0.0",
"@capacitor/core": "^5.7.8",
"@phosphor-icons/web": "^2.1.2",
"jeep-sqlite": "^2.7.1",
@@ -21,10 +23,12 @@
"vue-router": "^4.6.3"
},
"devDependencies": {
"@capacitor/cli": "^7.4.4",
"@vitejs/plugin-vue": "^6.0.1",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.9.3",
"vite": "^7.2.4"
}
}