From c3ceed8a4d344f8af1493b5fbb0e4e47a021f8db Mon Sep 17 00:00:00 2001 From: JJMdzh Date: Thu, 19 Jun 2025 14:14:38 +0800 Subject: [PATCH] Update settings.json (#1133) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复参数位置 --- repo/js/背包材料统计/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repo/js/背包材料统计/settings.json b/repo/js/背包材料统计/settings.json index 2c51d20c..b877ffc6 100644 --- a/repo/js/背包材料统计/settings.json +++ b/repo/js/背包材料统计/settings.json @@ -1,11 +1,11 @@ [ { - "name": "TargetresourceName", + "name": "TargetCount", "type": "input-text", "label": "js目录下默认扫描的文件结构:\n./📁BetterGI/📁User/📁JsScript/\n📁背包材料统计/\n 📁pathing/\n 📁 薄荷/\n 📄 薄荷1.json\n 📁 薄荷效率/\n 📄 薄荷-吉吉喵.json\n 📁 苹果/\n 📄 旅行者的果园.json\n----------------------------------\n目标数量,默认5000\n给📁pathing下材料设定的目标数" }, { - "name": "TargetCount", + "name": "TargetresourceName", "type": "input-text", "label": "----------------------------------\n优先级材料,跳过目标数直接运行\n如填入 甜甜花,薄荷,苹果" }, @@ -93,4 +93,4 @@ "type": "input-text", "label": "数字太小可能无法识别,用?代替\n====================\n识图基准时间(默认:10 毫秒)" } -] \ No newline at end of file +]