侧边栏壁纸
  • 累计撰写 10 篇文章
  • 累计创建 7 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

【Config】Autman插件配置说明

CloudCranes | 云鹤
2025-04-12 / 0 评论 / 0 点赞 / 12 阅读 / 1830 字 / 正在检测是否收录...
[Services]
# QQ http服务
QQ_HTTP_URL = http://192.168.1.100:3000
WX_HTTP_URL = http://127.0.0.1:7777/DaenWxHook/httpapi/?wxid=wxid_2dx8f0iqegqf22
# 
TG_NETDISC_URL = https://tg-netdisc.example.com
[Magnet_Previews]
API_ENDPOINT = https://whatslink.info/api/v1/link
HEADERS = {"Accept": "application/json","User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36","Referer": "https://tmp.nulla.top/"}
# 请求超时时间(秒)
TIMEOUT = 30
# 最大返回截图数量
MAX_SCREENSHOTS = 5
[Security]
master_preview_groups = 123456789,987654321
[Network]
TIMEOUT = 30
RETRIES = 3
# 1024 * 1024 * 2 = 2097152
CHUNK_SIZE = 2097152
MAX_WORKERS = 4
[Redis]
HOST = 192.168.1.100
PORT = 6379
DB = 0
PASSWORD = password
[Jmcomic_Config]
username = username
password = password
fabuye_url = https://jmcomic.cc/fabuye/
download_dir = /autMan/plugin/scripts/tmp/download_comic/
pdf_dir = /autMan/plugin/scripts/tmp/download_comic/
[Invite]
command_groups = ["拉我:wx123456789", "快拉我:qq123456789"]

0

评论区