This commit is contained in:
jxxghp 2023-06-09 14:40:30 +08:00
parent dd38428f03
commit a60e3b8a04

View File

@ -63,8 +63,6 @@ class Telegram(metaclass=Singleton):
try:
if text:
# text中的Markdown特殊字符转义
text = StringUtils.escape_markdown(text)
caption = f"*{title}*\n\n{text}"
else:
caption = title