fix: 自动战斗移除点赞时判断作业是否来自云端

This commit is contained in:
status102
2025-02-26 09:31:08 +08:00
parent d720287ed0
commit 282ea3af03

View File

@@ -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;
}