fix: 修复企业微信群机器人推送通知消息未正确换行

This commit is contained in:
2025-03-05 14:07:03 +08:00
parent 254fb6916f
commit 4271a07f03

View File

@@ -1321,7 +1321,7 @@ class MaaManager(QObject):
Notify.send_mail("网页", title, html_content) Notify.send_mail("网页", title, html_content)
Notify.ServerChanPush(title, f"{message_text}\n\nAUTO_MAA 敬上") Notify.ServerChanPush(title, f"{message_text}\n\nAUTO_MAA 敬上")
Notify.CompanyWebHookBotPush(title, f"{message_text}AUTO_MAA 敬上") Notify.CompanyWebHookBotPush(title, f"{message_text}\n\nAUTO_MAA 敬上")
elif mode == "公招六星": elif mode == "公招六星":