mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-31 05:59:51 +08:00
fix(AutoPlan): 修正错误提示信息
- 将秘境配置错误提示修改为体力配置错误提示 - 确保错误信息与实际功能配置相匹配
This commit is contained in:
@@ -261,7 +261,7 @@ async function initRunOrderList(domainConfig) {
|
||||
|
||||
// 检查是否已配置秘境
|
||||
if (autoFightOrderSet.length <= 0) {
|
||||
throw new Error("请先配置秘境配置");
|
||||
throw new Error("请先配置体力配置");
|
||||
}
|
||||
// 返回处理后的秘境顺序列表
|
||||
let from = Array.from(autoFightOrderSet);
|
||||
|
||||
Reference in New Issue
Block a user