v1.1.1: 构建修复,优化警告,新增自动脚本

This commit is contained in:
雾启工作室
2026-06-28 09:51:56 +08:00
parent 4b797a982d
commit 6bddb75904
7 changed files with 138 additions and 8 deletions

View File

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