From 0727523f3e7d6c7e2fbb9d0bddcaf3be53602fbc Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 15 Aug 2025 14:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=96=E9=9F=B3=E6=94=B9=E5=8F=91=E5=8D=A1?= =?UTF-8?q?=E7=89=87?= 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 629ae7d..7102377 100644 --- a/plugins/douyin_parser/config.toml +++ b/plugins/douyin_parser/config.toml @@ -2,7 +2,7 @@ enable = true # 发送模式: card(发送卡片) 或 file(下载并发送文件) -download_mode = "file" +download_mode = "card" # Http代理设置(用于获取真实链接发送卡片,如果家里有ipv6,可以设置为空) # 格式: http://用户名:密码@代理地址:代理端口