mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-28 05:29:52 +08:00
perf(AutoPlan): 优化秘境任务执行逻辑
- 在秘境任务开始时添加警告日志提示等待时间可能较长 - 保留体力消耗相关配置参数以支持后续功能扩展
This commit is contained in:
@@ -11,6 +11,7 @@ import {ocrPhysical} from "./utils/physical";
|
||||
*/
|
||||
async function autoDomain(autoFight) {
|
||||
log.info(`{0}`,"开始执行秘境任务")
|
||||
log.warn(`{0}`,"非体力耗尽情况下(受本体限制),等待退出秘境时间较长")
|
||||
//定死做预留冗余 先不实现 不能指定次数 只能指定启用
|
||||
let physical_domain = autoFight?.physical
|
||||
// || [
|
||||
|
||||
Reference in New Issue
Block a user