适配锅巴

This commit is contained in:
devil233 2025-09-03 21:04:28 +08:00 committed by GitHub
parent 82b30c40df
commit 19ddd4e0da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,17 @@ export function supportGuoba() {
options: globalWhitelist, options: globalWhitelist,
}, },
}, },
{
field: "globalImageLimit",
label: "解析图片是否合并转发",
bottomHelpMessage:
"超过配置的数字就会折叠。目前实现了此能的主要有米游社、b站动态专栏、微博、小红书",
component: "InputNumber",
required: false,
componentProps: {
placeholder: "请输入合并转发最大阈值",
},
},
{ {
field: "tools.proxyAddr", field: "tools.proxyAddr",
label: "魔法地址", label: "魔法地址",