From 5b65b5556733454a36489c8a6de06a22bc8cfaf6 Mon Sep 17 00:00:00 2001 From: yan Date: Sun, 15 Feb 2026 22:06:53 +0800 Subject: [PATCH] todo --- repo/js/AutoPlan/main.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/repo/js/AutoPlan/main.js b/repo/js/AutoPlan/main.js index 940a3d61f..81fe760d4 100644 --- a/repo/js/AutoPlan/main.js +++ b/repo/js/AutoPlan/main.js @@ -111,6 +111,21 @@ async function autoDomain(autoFight) { */ async function autoLeyLineOutcrop(autoLeyLineOutcrop) { //todo :地脉花 + autoLeyLineOutcrop={ + "count": 0, + "country": "country_cb3d792be8db", + "leyLineOutcropType": "leyLineOutcropType_f259b77fabcb", + "isResinExhaustionMode": false, + "openModeCountMin": false, + "useAdventurerHandbook": false, + "friendshipTeam": "friendshipTeam_7122cab56b16", + "team": "team_d0798ca3aa27", + "timeout": 0, + "isGoToSynthesizer": false, + "useFragileResin": false, + "useTransientResin": false, + "isNotification": false + } }