perf: 移除未使用的变量

[skip changelog]
This commit is contained in:
status102
2025-02-26 09:30:06 +08:00
parent ceef431de6
commit d720287ed0
2 changed files with 0 additions and 17 deletions

View File

@@ -141,21 +141,6 @@ public class SSSCopilotModel : CopilotBase
return output;
}
public class Doc
{
[JsonProperty("title")]
public string? Title { get; set; }
[JsonProperty("title_color")]
public string? TitleColor { get; set; }
[JsonProperty("details")]
public string? Details { get; set; }
[JsonProperty("details_color")]
public string? DetailsColor { get; set; }
}
public class Oper
{
[JsonProperty("name")]

View File

@@ -1251,8 +1251,6 @@ namespace MaaWpfGui.ViewModels.UI
_runningState.SetIdle(true);
}
private bool _isVideoTask;
private bool _isDataFromWeb;
private bool IsDataFromWeb