new: update in browser (#337)

This commit is contained in:
lollipopkit
2024-04-16 00:07:00 +08:00
parent a28fabedef
commit b80bf51a61
18 changed files with 123 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ class BuildData {
static const String name = "ServerBox";
static const int build = 852;
static const String engine = "3.19.5";
static const String buildAt = "2024-04-10 23:54:34";
static const int modifications = 5;
static const String buildAt = "2024-04-15 09:41:06";
static const int modifications = 4;
static const int script = 44;
}

View File

@@ -15,7 +15,7 @@ abstract final class GithubIds {
'dccif',
'QazCetelic',
};
static const participants = <GhId>{
'jaychoubaby',
'fecture',

View File

@@ -267,6 +267,11 @@ class SettingStore extends PersistentStore {
late final displayCpuIndex = property('displayCpuIndex', true);
/// Some Android device are unable display the download progress notification,
/// open url in external browser.
/// 0 -> unset, 1 -> true, 2 -> false
late final inAppUpdate = property('inAppUpdate', 0);
// Never show these settings for users
//
// ------BEGIN------