新增创建快捷方式的功能

This commit is contained in:
2023-12-11 23:53:45 +08:00
parent c136b68922
commit a8ce60bd98
5 changed files with 32 additions and 16 deletions

View File

@ -48,6 +48,8 @@ class AppConf {
static const gameChannels = ["LIVE", "PTU", "EPTU"];
static const appShortCutName = "SC汉化盒子${AppConf.isMSE ? "" : "DEV"}.lnk";
static late final String applicationSupportDir;
static AppVersionData? networkVersionData;