mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
perf: 移除未使用的变量
[skip changelog]
This commit is contained in:
@@ -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")]
|
||||
|
||||
@@ -1251,8 +1251,6 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
_runningState.SetIdle(true);
|
||||
}
|
||||
|
||||
private bool _isVideoTask;
|
||||
|
||||
private bool _isDataFromWeb;
|
||||
|
||||
private bool IsDataFromWeb
|
||||
|
||||
Reference in New Issue
Block a user