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: "魔法地址",