mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
fix: 修复作业可以点赞两次的问题
This commit is contained in:
@@ -550,6 +550,7 @@ namespace MaaWpfGui
|
||||
{
|
||||
return;
|
||||
}
|
||||
CouldLikeWebJson = false;
|
||||
|
||||
string jsonParam = JsonConvert.SerializeObject(new
|
||||
{
|
||||
@@ -558,7 +559,6 @@ namespace MaaWpfGui
|
||||
});
|
||||
WebService.RequestPost(_copilotRatingUrl, jsonParam);
|
||||
_recentlyRatedCopilotId.Add(CopilotId);
|
||||
CouldLikeWebJson = false;
|
||||
AddLog(Localization.GetString("ThanksForLikeWebJson"), UILogColor.Info);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user