From bf5d5aea31b4171ba3b7974a21c3d11189b7c183 Mon Sep 17 00:00:00 2001 From: Jamis Date: Wed, 27 Aug 2025 18:18:44 +0800 Subject: [PATCH] skip Sumeru by default (#1732) --- repo/js/AutoMine/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/repo/js/AutoMine/settings.json b/repo/js/AutoMine/settings.json index 0f285755d..21e2c432a 100644 --- a/repo/js/AutoMine/settings.json +++ b/repo/js/AutoMine/settings.json @@ -13,7 +13,7 @@ { "name": "arg_amount", "type": "input-text", - "label": "挖矿的数量或持续的分钟数👇", + "label": "挖矿的数量或持续的分钟数👇" }, { "name": "exclude_fights", @@ -39,6 +39,7 @@ { "name": "exclude_sumeru", "type": "checkbox", + "default": true, "label": "不挖须弥👇" }, { @@ -81,4 +82,4 @@ "type": "input-text", "label": "(仅多帐号适用)区分帐号的唯一ID" } -] \ No newline at end of file +]