Files
flutter_server_box/lib/data/res/build_data.dart
lollipopkit f5d5bf9c37 fix & opt.
- fix: db type err
- opt.: server detail page `customCmd` card
2024-03-28 11:10:12 +08:00

11 lines
302 B
Dart

// This file is generated by ./make.dart
class BuildData {
static const String name = "ServerBox";
static const int build = 827;
static const String engine = "3.19.4";
static const String buildAt = "2024-03-27 09:52:08";
static const int modifications = 7;
static const int script = 42;
}