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
@@ -59,6 +59,7 @@ try {
Push-Location (Join-Path $root 'miniapp')
try {
Invoke-Check 'miniapp test' { npm test }
Invoke-Check 'miniapp typecheck' { npm run typecheck }
Invoke-Check 'miniapp build:weapp' { npm run build:weapp }
} finally {