From 5d6063a2934e84cfa3f60fd1b51eb7d20c495382 Mon Sep 17 00:00:00 2001 From: yan Date: Sun, 18 Jan 2026 22:44:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(FullyAutoAndSemiAutoTools):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dselected=E5=B1=9E=E6=80=A7=E8=B5=8B=E5=80=BC=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修正了selected属性的赋值语法,确保正确传递变量值 - 避免了潜在的属性访问错误 - 保持了对象结构的一致性 --- repo/js/FullyAutoAndSemiAutoTools/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo/js/FullyAutoAndSemiAutoTools/main.js b/repo/js/FullyAutoAndSemiAutoTools/main.js index b7c75d7a5..2b488cf8b 100644 --- a/repo/js/FullyAutoAndSemiAutoTools/main.js +++ b/repo/js/FullyAutoAndSemiAutoTools/main.js @@ -536,7 +536,7 @@ async function initRun(config_run) { name: item.name, parentId: item.parentId, parentName: item.parentName, - selected, + selected: selected, path: item.path, fullPathNames: item.fullPathNames };