From 4796394f5e2eed0119f5f11c42751d5649fc419c Mon Sep 17 00:00:00 2001 From: kaedelcb <57870068+kaedelcb@users.noreply.github.com> Date: Fri, 19 Sep 2025 19:21:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=B9=BD=E5=A2=83=E5=8D=B1?= =?UTF-8?q?=E6=88=98=E7=83=AD=E6=9B=B4=E4=BF=AE=E5=A4=8DJS=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=20(#1951)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 使用树脂已经加了40和20,设置中添加说明 --- repo/js/AutoStygianOnslaught/settings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/repo/js/AutoStygianOnslaught/settings.json b/repo/js/AutoStygianOnslaught/settings.json index 4f7320e3e..9c57e44ed 100644 --- a/repo/js/AutoStygianOnslaught/settings.json +++ b/repo/js/AutoStygianOnslaught/settings.json @@ -48,12 +48,12 @@ "label": "挑战次数,默认15次,期间树脂耗尽会自动结束", "default": "15" }, -{ - "name": "Rewardsuse", - "type": "input-text", - "label": "树脂顺序,1=浓缩树脂/2=原粹树脂/3=脆弱树脂/4=须臾树脂\n用`/`隔开,填写对应的树脂数字即可,默认:1/2\n表示先使用浓缩树脂,再使用原粹树脂,不填的不使用", - "default": "1/2" -}, + { + "name": "Rewardsuse", + "type": "input-text", + "label": "树脂设定:1=浓缩/2=40原粹/3=脆弱/4=须臾/5=20原粹\n用`/`隔开:填写对应的树脂<数字>即可\n默认:1/2/5 (先用浓缩后原粹,直至用完,不填的不使用 ↓↓)", + "default": "1/2/5" + }, { "name": "primogemUseCount", "type": "select",