From 0d52aa52d003e708681ea21e5b94fc7fc23175f1 Mon Sep 17 00:00:00 2001 From: yan Date: Tue, 17 Feb 2026 12:35:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(AutoPlan):=20=E8=A7=A3=E5=86=B3=E5=9C=B0?= =?UTF-8?q?=E8=84=89=E6=95=B0=E6=8D=AE=E8=A7=A3=E6=9E=90=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E7=BB=84=E8=B6=8A=E7=95=8C=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在访问friendshipTeam字段前添加数组长度检查 - 在访问useFragileResin字段前添加数组长度检查 - 在访问useTransientResin字段前添加数组长度检查 - 在访问isGoToSynthesizer字段前添加数组长度检查 - 在访问useAdventurerHandbook字段前添加数组长度检查 - 在访问isNotification字段前添加数组长度检查 - 在访问timeout字段前添加数组长度检查 - 防止因数组索引超出范围导致的解析错误 --- repo/js/AutoPlan/main.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/repo/js/AutoPlan/main.js b/repo/js/AutoPlan/main.js index d8f93626d..0b5616e7c 100644 --- a/repo/js/AutoPlan/main.js +++ b/repo/js/AutoPlan/main.js @@ -297,18 +297,25 @@ async function loadMode(Load, autoOrderSet, runConfig) { index++ autoLeyLineOutcrop.leyLineOutcropType=arr[index] index++ + if (index