Files
abot/plugins/douyin_parser/config.toml
2025-08-13 09:58:53 +08:00

10 lines
328 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[Douyin]
enable = false
# 发送模式: card(发送卡片) 或 file(下载并发送文件)
download_mode = "file"
# Http代理设置用于获取真实链接发送卡片如果家里有ipv6可以设置为空
# 格式: http://用户名:密码@代理地址:代理端口
# 例如http://127.0.0.1:7890
http_proxy = ""