refactor(AutoPlan): 注释地脉花功能配置对象

- 将 autoLeyLineOutcrop 配置对象注释掉以禁用该功能
- 保留原始配置代码便于后续功能启用
- 添加功能暂不支持的日志提示信息
```
This commit is contained in:
yan
2026-02-18 14:43:46 +08:00
parent a60d486ff9
commit 50d9fdc9cf

View File

@@ -111,21 +111,21 @@ async function autoDomain(autoFight) {
*/
async function autoLeyLineOutcrop(autoLeyLineOutcrop) {
//todo :地脉花
autoLeyLineOutcrop = {
"count": 0,
"country": "country_cb3d792be8db",
"leyLineOutcropType": "leyLineOutcropType_f259b77fabcb",
// "isResinExhaustionMode": true,
// "openModeCountMin": true,
"useAdventurerHandbook": false,
"friendshipTeam": "friendshipTeam_7122cab56b16",
"team": "team_d0798ca3aa27",
"timeout": 0,
"isGoToSynthesizer": false,
"useFragileResin": false,
"useTransientResin": false,
"isNotification": false
}
// autoLeyLineOutcrop = {
// "count": 0,
// "country": "country_cb3d792be8db",
// "leyLineOutcropType": "leyLineOutcropType_f259b77fabcb",
// // "isResinExhaustionMode": true,
// // "openModeCountMin": true,
// "useAdventurerHandbook": false,
// "friendshipTeam": "friendshipTeam_7122cab56b16",
// "team": "team_d0798ca3aa27",
// "timeout": 0,
// "isGoToSynthesizer": false,
// "useFragileResin": false,
// "useTransientResin": false,
// "isNotification": false
// }
if (true) {
log.info("地脉 暂不支持")