mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
8 lines
337 B
Dart
8 lines
337 B
Dart
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';
|
|
}
|