feat: VehicleSorting

This commit is contained in:
2025-06-01 16:36:10 +08:00
parent 4679d559d9
commit 488ad2a485
11 changed files with 530 additions and 279 deletions

View File

@ -11,6 +11,9 @@ class ConstConf {
"HOTFIX",
];
static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true";
static const win32AppId = isMSE
? "56575xkeyC.MSE_bsn1nexg8e4qe!starcitizendoctor"
: "{6D809377-6AF0-444B-8957-A3773F02200E}\\Starcitizen_Doctor\\starcitizen_doctor.exe";
static const dohAddress = "https://223.6.6.6/resolve";
static const inputMethodServerPort = 59399;
}