v1.1.2: 新增 PatchService 安装/卸载补丁系统 + 品牌更新

This commit is contained in:
雾启工作室
2026-06-28 10:07:06 +08:00
parent a1140d15ab
commit 790f5901cf
8 changed files with 320 additions and 75 deletions

View File

@@ -35,7 +35,6 @@ namespace BetterEN5
private async void Run()
{
await Task.Delay(TimeSpan.FromSeconds(3));
await TouchFixService.ApplyFixAsync();
ExportUIItems();
}