APP热更新

This commit is contained in:
2026-07-29 10:34:33 +08:00 Unverified
parent 692b521453
commit 93997ea8b1
21 changed files with 8130 additions and 4 deletions
+7
View File
@@ -8,6 +8,13 @@ const config: CapacitorConfig = {
android: {
allowMixedContent: true,
},
plugins: {
CapacitorUpdater: {
autoUpdate: 'off',
version: '1.0.0',
appReadyTimeout: 10000,
},
},
}
export default config