mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-07-05 04:56:08 +08:00
feat:riverpod 迁移
This commit is contained in:
8
lib/common/conf/const_conf.dart
Normal file
8
lib/common/conf/const_conf.dart
Normal file
@ -0,0 +1,8 @@
|
||||
class ConstConf {
|
||||
static const String appVersion = "2.10.7 Beta";
|
||||
static const int appVersionCode = 42;
|
||||
static const String appVersionDate = "2024-03-01";
|
||||
static const gameChannels = ["LIVE", "PTU", "EPTU"];
|
||||
static const isMSE =
|
||||
String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
||||
}
|
Reference in New Issue
Block a user