fix: 修复部分情况下 愚人号 导航问题

This commit is contained in:
uye
2023-04-21 00:26:08 +08:00
parent 88fe94f26f
commit e4daa6d88e
2 changed files with 4 additions and 2 deletions

View File

@@ -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": {

View File

@@ -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)