From 551cc9e9108349145bd439a94014693038b56831 Mon Sep 17 00:00:00 2001 From: yan Date: Fri, 27 Feb 2026 18:00:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E4=BF=AE=E5=A4=8D=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84=E6=95=B0=E7=BB=84?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了 options 数组中多余的逗号,修正了 JSON 格式错误 - 确保配置文件符合标准 JSON 语法规范 --- repo/js/AutoPlan/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo/js/AutoPlan/settings.json b/repo/js/AutoPlan/settings.json index 172777660..ee991aa15 100644 --- a/repo/js/AutoPlan/settings.json +++ b/repo/js/AutoPlan/settings.json @@ -29,7 +29,7 @@ "options": [ "1","2","3", "4","5","6", - "7","8","9", + "7","8","9" ] , "default": "3" },