mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-29 05:39:51 +08:00
chore(AutoPlan): 添加循环注释
- 在自动运行列表循环中添加了循环注释标记
This commit is contained in:
@@ -469,6 +469,7 @@ async function main() {
|
||||
while (true) {
|
||||
await autoRunList(list);
|
||||
if(false){
|
||||
//循环
|
||||
if (config.user.physical.current < config.user.physical.min) {
|
||||
//体力耗尽
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user