feat: 实现小程序离线巡检与可靠同步

This commit is contained in:
weijuesen
2026-08-14 09:03:48 +08:00
parent 6b222abb7b
commit 69ef5a0704
19 changed files with 543 additions and 19 deletions
+1
View File
@@ -10,6 +10,7 @@
"framework": "React"
},
"scripts": {
"test": "ts-node --transpile-only src/services/offlineQueue.test.ts",
"typecheck": "tsc --noEmit",
"build:weapp": "taro build --type weapp",
"build:swan": "taro build --type swan",