From 4a55bf9493dc7f41fd095b8db86d05c981243dc5 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 15 Aug 2025 15:20:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95xml=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/douyin_parser/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/douyin_parser/config.toml b/plugins/douyin_parser/config.toml index 7102377..629ae7d 100644 --- a/plugins/douyin_parser/config.toml +++ b/plugins/douyin_parser/config.toml @@ -2,7 +2,7 @@ enable = true # 发送模式: card(发送卡片) 或 file(下载并发送文件) -download_mode = "card" +download_mode = "file" # Http代理设置(用于获取真实链接发送卡片,如果家里有ipv6,可以设置为空) # 格式: http://用户名:密码@代理地址:代理端口