|
@@ -23,7 +23,7 @@ export async function checkAndUpdate() {
|
|
|
if (Capacitor.getPlatform() === "ios") {
|
|
|
await CapacitorUpdater.ready(); // 等插件完全就绪
|
|
|
}else{
|
|
|
- await new Promise(r => setTimeout(r, 1000));
|
|
|
+ await new Promise(r => setTimeout(r, 3000));
|
|
|
}
|
|
|
const current = await CapacitorUpdater.current();
|
|
|
const { version } = await App.getInfo();
|