mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: 修复部分情况下 愚人号 导航问题
This commit is contained in:
@@ -1824,6 +1824,7 @@
|
||||
197,
|
||||
125
|
||||
],
|
||||
"postDelay": 2000,
|
||||
"next": [
|
||||
"SN-Chapter2",
|
||||
"ChapterSwipeToTheRight"
|
||||
@@ -1837,9 +1838,10 @@
|
||||
254,
|
||||
165
|
||||
],
|
||||
"postDelay": 2000,
|
||||
"next": [
|
||||
"SN-Chapter3",
|
||||
"SwipeToTheLeft"
|
||||
"ChapterSwipeToTheLeft"
|
||||
]
|
||||
},
|
||||
"SN-8@SideStoryStage": {
|
||||
|
||||
@@ -204,7 +204,7 @@ namespace MaaWpfGui.Services
|
||||
if (isDebugVersion || (curVerParsed && minRequiredParsed))
|
||||
{
|
||||
// Debug Version will be considered satisfying min version requirement, but the resource version needs a comparison
|
||||
if (isDebugVersion)
|
||||
if (!isDebugVersion)
|
||||
{
|
||||
// &&(!minResourceRequiredParsed || curResourceVersionObj.CompareSortOrderTo(minResourceRequiredObj) < 0)
|
||||
if (isDebugVersion || curVersionObj.CompareSortOrderTo(minRequiredObj) < 0)
|
||||
|
||||
Reference in New Issue
Block a user