Merge remote-tracking branch 'origin/1446-bug-mcp' into 1446-bug-mcp
This commit is contained in:
@@ -218,7 +218,7 @@ class AiocqhttpAdapter(Platform):
|
|||||||
a = None
|
a = None
|
||||||
if t == "text":
|
if t == "text":
|
||||||
# 合并相邻文本段
|
# 合并相邻文本段
|
||||||
message_str = "".join(m["data"]["text"] for m in m_group).strip()
|
message_str += "".join(m["data"]["text"] for m in m_group).strip()
|
||||||
a = ComponentTypes[t](text=message_str) # noqa: F405
|
a = ComponentTypes[t](text=message_str) # noqa: F405
|
||||||
abm.message.append(a)
|
abm.message.append(a)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user