mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix: 自动战斗移除点赞时判断作业是否来自云端
This commit is contained in:
@@ -1273,7 +1273,7 @@ namespace MaaWpfGui.ViewModels.UI
|
||||
|
||||
private async void RateCopilot(int copilotId, bool isLike = true)
|
||||
{
|
||||
if (copilotId <= 0 || _recentlyRatedCopilotId.Contains(copilotId) || IsDataFromWeb/*以防万一*/)
|
||||
if (copilotId <= 0 || _recentlyRatedCopilotId.Contains(copilotId))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user