mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: follow system color scheme
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 688;
|
||||
static const String engine = "3.16.4";
|
||||
static const String buildAt = "2023-12-21 16:19:00";
|
||||
static const int modifications = 6;
|
||||
static const int script = 33;
|
||||
static const int build = 693;
|
||||
static const String engine = "3.16.5";
|
||||
static const String buildAt = "2023-12-29 17:24:27";
|
||||
static const int modifications = 5;
|
||||
static const int script = 34;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user