opt.: use cdn as default

This commit is contained in:
lollipopkit
2024-03-09 17:43:15 +08:00
parent 519ca23556
commit 96a0b9cfd2
6 changed files with 10 additions and 46 deletions

View File

@@ -1,5 +1,4 @@
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';