Files
abot/plugins/fanhao_search/config.toml
2026-04-22 12:23:35 +08:00

29 lines
709 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 = true
# 当开启磁力时,是否优先返回“带字幕”磁力
prefer_subtitle_magnet = true