From bef0e66b4bde7766b9f2aaa985077e578b1091d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E4=BA=91?= Date: Mon, 9 Jun 2025 07:33:38 +0800 Subject: [PATCH] fix typos. --- repo/js/AutoLeyLineOutcrop/settings.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/repo/js/AutoLeyLineOutcrop/settings.json b/repo/js/AutoLeyLineOutcrop/settings.json index 3d75b315..661de28a 100644 --- a/repo/js/AutoLeyLineOutcrop/settings.json +++ b/repo/js/AutoLeyLineOutcrop/settings.json @@ -54,17 +54,15 @@ "type": "checkbox", "label": "通过BGI通知系统发送详细通知" }, - [ - { - "name": "isRecognizeResin", - "type": "checkbox", - "label": "树脂耗尽模式\n开启后脚本会在树脂耗尽时停止运行【开发中】" + { + "name": "isRecognizeResin", + "type": "checkbox", + "label": "树脂耗尽模式\n开启后脚本会在树脂耗尽时停止运行【开发中】" }, { - "name": "isGoToSynthesizer", - "type": "select", - "label": "是否前往合成台合成浓缩树脂\n 体力大于40时自动合成浓缩树脂【开发中】" + "name": "isGoToSynthesizer", + "type": "select", + "label": "是否前往合成台合成浓缩树脂\n 体力大于40时自动合成浓缩树脂【开发中】" } ] -] - \ No newline at end of file +