fix key mouse

This commit is contained in:
辉鸭蛋
2024-12-29 17:08:08 +08:00
parent 2b658afad6
commit 6432ff1aed
4 changed files with 10 additions and 5 deletions

View File

@@ -161,7 +161,7 @@ public class TpTask(CancellationToken ct)
ra1 = CaptureToRectArea();
}
currentZoomLevel = GetBigMapZoomLevel(ra1);
Logger.LogInformation($"当前缩放等级为{currentZoomLevel},地图移动过程中不要操作鼠标中键。");
Logger.LogInformation($"当前缩放等级为{currentZoomLevel:F},地图移动过程中不要操作鼠标中键。");
for (var i = 0; i < 3; i++)
{