From 19ddd4e0dae99a14a4862c03416bb49e5ad8b1dd Mon Sep 17 00:00:00 2001 From: devil233 <69190444+devil233-ui@users.noreply.github.com> Date: Wed, 3 Sep 2025 21:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E9=94=85=E5=B7=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guoba.support.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/guoba.support.js b/guoba.support.js index 37e113f..dd02606 100644 --- a/guoba.support.js +++ b/guoba.support.js @@ -44,6 +44,17 @@ export function supportGuoba() { options: globalWhitelist, }, }, + { + field: "globalImageLimit", + label: "解析图片是否合并转发", + bottomHelpMessage: + "超过配置的数字就会折叠。目前实现了此能的主要有米游社、b站动态专栏、微博、小红书", + component: "InputNumber", + required: false, + componentProps: { + placeholder: "请输入合并转发最大阈值", + }, + }, { field: "tools.proxyAddr", label: "魔法地址",