feat: 自动战斗日志栏添加日志悬浮窗按钮

This commit is contained in:
uye
2026-01-09 20:35:57 +08:00
parent a02e9b8fc0
commit 60e191adf7
3 changed files with 48 additions and 3 deletions

View File

@@ -1503,6 +1503,8 @@ public class TaskQueueViewModel : Screen
/// <returns>Task</returns>
public async Task LinkStart()
{
AddLog(1.ToString());
return;
if (!_runningState.GetIdle())
{
_logger.Information("Not idle, return.");