Revert "fix(AutoPlan): 移除体力检查逻辑"

This reverts commit 71126e94dc.
This commit is contained in:
yan
2026-02-19 23:22:42 +08:00
parent 71126e94dc
commit b1f7cc7e7c

View File

@@ -471,6 +471,9 @@ async function main() {
if (true) {
//不循环跑
break
} else if (config.user.physical.current < config.user.physical.min) {
//体力耗尽
break
}
}
} else {