mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
feat: beta program
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 934;
|
||||
static const int build = 935;
|
||||
static const String engine = "3.22.1";
|
||||
static const String buildAt = "2024-06-05 19:20:48";
|
||||
static const int modifications = 6;
|
||||
static const String buildAt = "2024-06-06 16:17:37";
|
||||
static const int modifications = 18;
|
||||
static const int script = 48;
|
||||
}
|
||||
|
||||
@@ -276,6 +276,8 @@ class SettingStore extends PersistentStore {
|
||||
/// fmt: https://example.com/{DIST}-{BRIGHT}.png
|
||||
late final serverLogoUrl = property('serverLogoUrl', '');
|
||||
|
||||
late final betaTest = property('betaTest', false);
|
||||
|
||||
// Never show these settings for users
|
||||
//
|
||||
// ------BEGIN------
|
||||
|
||||
Reference in New Issue
Block a user