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

@@ -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';