chore(AutoPlan): 添加循环注释

- 在自动运行列表循环中添加了循环注释标记
This commit is contained in:
yan
2026-02-20 16:52:25 +08:00
parent 4238a47723
commit b1de7ce9e3

View File

@@ -469,6 +469,7 @@ async function main() {
while (true) {
await autoRunList(list);
if(false){
//循环
if (config.user.physical.current < config.user.physical.min) {
//体力耗尽
break