Worklog, anti geo spoofing and UI Polish

This commit is contained in:
2026-05-05 05:51:19 +08:00
parent d068887354
commit ccedf6e5f0
15 changed files with 2589 additions and 45 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ class ConnectivityMonitor {
}
try {
final res = await http
.head(Uri.parse('https://tasq.crmc.ph'))
.head(Uri.parse('https://google.com'))
.timeout(const Duration(seconds: 5));
return res.statusCode < 500;
} catch (_) {