调整内容

This commit is contained in:
liuwei
2025-08-15 15:03:40 +08:00
parent 0dc198370f
commit 4c95754d8b
3 changed files with 4 additions and 4 deletions

View File

@@ -167,7 +167,7 @@ class DouyinParserPlugin(MessagePluginInterface):
url=video_url,
thumburl=cover
)
await self.bot.send_app_message((roomid if roomid else sender), xml_content, 0)
await self.bot.send_link_xml_message(xml_content, (roomid if roomid else sender))
return True, "发送卡片成功"
except DouyinParserError as e: