mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
fix: 修复笔误
This commit is contained in:
@@ -464,7 +464,7 @@ namespace MeoAsstGui
|
||||
_latestJson = null;
|
||||
foreach (var item in releaseArray)
|
||||
{
|
||||
if (!settings.UpdateNightly && isStableVersion(item["tag_name"].ToString()))
|
||||
if (!settings.UpdateNightly && !isStableVersion(item["tag_name"].ToString()))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user