多版本号

This commit is contained in:
2023-11-10 22:51:48 +08:00
parent 6dbf3f99f1
commit 2d70fca71b
4 changed files with 80 additions and 23 deletions

View File

@ -43,6 +43,10 @@ class AppConf {
static late final WindowsDeviceInfo windowsDeviceInfo;
static String colorBackground = "#132431";
static String colorMenu = "#122D42";
static String colorMica = "#0A3142";
static const isMSE =
String.fromEnvironment("MSE", defaultValue: "false") == "true";