fix: update check

This commit is contained in:
lollipopkit
2024-06-05 18:26:02 +08:00
parent 9bffec64b5
commit 8a9ade355c
8 changed files with 33 additions and 33 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 923;
static const int build = 932;
static const String engine = "3.22.1";
static const String buildAt = "2024-06-01 22:31:14";
static const int modifications = 4;
static const String buildAt = "2024-06-05 18:16:59";
static const int modifications = 2;
static const int script = 48;
}

View File

@@ -1,6 +1,6 @@
abstract final class Urls {
static const cdnBase = 'https://cdn.lolli.tech/serverbox';
static const updateCfg = '$cdnBase/update.json';
static const updateCfg = '$cdnBase/update2.json';
static const myGithub = 'https://github.com/lollipopkit';
static const appHelp = '$myGithub/flutter_server_box#-help';
static const appWiki = '$myGithub/flutter_server_box/wiki';