mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-28 00:14:21 +00:00
修改字段内容手误问题
This commit is contained in:
@@ -863,7 +863,7 @@ class WeChatLink(MessageComponent):
|
|||||||
|
|
||||||
class WeChatForwardLink(MessageComponent):
|
class WeChatForwardLink(MessageComponent):
|
||||||
"""转发链接。个人微信专用组件。"""
|
"""转发链接。个人微信专用组件。"""
|
||||||
type: str = 'WeChatLink'
|
type: str = 'WeChatForwardLink'
|
||||||
"""xml数据"""
|
"""xml数据"""
|
||||||
xml_data: str
|
xml_data: str
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user