1
0
forked from bot/app

fix: 链接主页不显示

This commit is contained in:
2024-03-21 13:02:08 +08:00
parent 59506fcc76
commit 933979ceaa
2 changed files with 1 additions and 2 deletions

View File

@ -100,4 +100,4 @@ class Markdown:
markdown格式的链接
"""
return f"[🔗{name}]({encode_url(url)})"
return f"[🔗{name}]({url})"