new: useCDN option

This commit is contained in:
lollipopkit
2024-03-08 01:52:02 -06:00
parent 7b74d83c23
commit b9aa4ba124
17 changed files with 84 additions and 28 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 787;
static const int build = 793;
static const String engine = "3.19.2";
static const String buildAt = "2024-03-06 16:28:08";
static const int modifications = 3;
static const String buildAt = "2024-03-08 15:18:32";
static const int modifications = 2;
static const int script = 40;
}

View File

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