This commit is contained in:
2024-02-15 21:24:39 +08:00
parent dae1e8f039
commit 04e19a7311
16 changed files with 106 additions and 56 deletions

View File

@ -17,7 +17,11 @@ class SplashUIModel extends BaseUIModel {
Future<void> _initApp() async {
AnalyticsApi.touch("launch");
await URLConf.checkHost();
try {
await URLConf.checkHost();
} catch (e) {
dPrint("checkHost Error:$e");
}
step = 1;
notifyListeners();
await AppConf.checkUpdate();