feat: beta program

This commit is contained in:
lollipopkit
2024-06-06 16:18:10 +08:00
parent 97267cdfbf
commit 701b1b811f
18 changed files with 52 additions and 27 deletions

View File

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