Skip to content

Commit

Permalink
Update elements.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf authored Dec 1, 2024
1 parent 1d337fa commit 765c37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/builtins/message/elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class URLElement(MessageElement):
md_format = Info.use_url_md_format

@classmethod
def assign(cls, url: str, use_mm: bool = True):
def assign(cls, url: str, use_mm: bool = False):
"""
:param url: URL
:param use_mm: 是否使用链接跳板,覆盖全局设置
Expand Down

0 comments on commit 765c37a

Please sign in to comment.