From 694c6de5e5fa9d0ec440b839aa1bd996ec64ae1f Mon Sep 17 00:00:00 2001 From: yan Date: Fri, 20 Feb 2026 17:05:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(settings):=20=E6=9B=B4=E6=96=B0=E5=BE=AA?= =?UTF-8?q?=E7=8E=AF=E4=BD=93=E5=8A=9B=E8=AE=A1=E5=88=92=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在循环体力计划标签中添加体力耗尽自动终止说明 --- 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 4884d8b47..172777660 100644 --- a/repo/js/AutoPlan/settings.json +++ b/repo/js/AutoPlan/settings.json @@ -20,7 +20,7 @@ { "name": "loop_plan", "type": "checkbox", - "label": "循环体力计划" + "label": "循环体力计划\n体力耗尽自动终止" }, { "name": "retry_count",