diff --git a/repo/js/FullyAutoAndSemiAutoTools/main.js b/repo/js/FullyAutoAndSemiAutoTools/main.js index 8d50604ac..26ad075cd 100644 --- a/repo/js/FullyAutoAndSemiAutoTools/main.js +++ b/repo/js/FullyAutoAndSemiAutoTools/main.js @@ -581,7 +581,7 @@ async function loadUidSettingsMap(uidSettingsMap) { return (loadingLevel === level + 1) } // 检查级别是否小于等于加载层级 - return (loadingLevel > level) + return (loadingLevel > level-1) }) templateMatchSettings = [...templateMatchSettings, ...levelSettings] while (templateMatchSettings.length > 0 &&