34 lines
875 B
TOML
34 lines
875 B
TOML
[FanhaoSearch]
|
|
enable = true
|
|
command = ["番号", "番号查询"]
|
|
command-format = """
|
|
🔎番号查询指令:
|
|
番号 番号编号 例如:番号 SSIS-406
|
|
"""
|
|
|
|
# JavBus 站点地址(可替换为你可用的镜像域名)
|
|
javbus_base_url = "https://www.javbus.com"
|
|
|
|
# 请求超时(秒)
|
|
request_timeout_seconds = 15
|
|
|
|
# 可选代理(常用于绕过地区限制),示例:
|
|
# http_proxy = "http://127.0.0.1:7890"
|
|
http_proxy = ""
|
|
|
|
# 是否返回磁力(默认关闭,避免群里长文本刷屏)
|
|
allow_download_link = true
|
|
|
|
# 是否发送封面预览图(默认关闭)
|
|
allow_preview_cover = false
|
|
|
|
# 当开启磁力时,是否优先返回“带字幕”磁力
|
|
prefer_subtitle_magnet = true
|
|
|
|
# 封面图是否开启全图模糊(建议开启)
|
|
cover_blur_enable = true
|
|
|
|
# 全图模糊强度(高斯半径,数值越大越模糊)
|
|
cover_blur_radius = 3
|
|
|