mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
fix: 修复了plugins.json
报错的问题
This commit is contained in:
parent
a3d60fb435
commit
59506fcc76
@ -214,6 +214,7 @@ def npm_install(plugin_module_name) -> tuple[bool, str]:
|
||||
|
||||
mirrors = [
|
||||
"https://pypi.tuna.tsinghua.edu.cn/simple",
|
||||
"https://pypi.mirrors.cqupt.edu.cn/simple/",
|
||||
"https://pypi.org/simple",
|
||||
]
|
||||
|
||||
|
@ -100,4 +100,4 @@ class Markdown:
|
||||
markdown格式的链接
|
||||
|
||||
"""
|
||||
return f"[链接{name}]({encode_url(url)})"
|
||||
return f"[🔗{name}]({encode_url(url)})"
|
||||
|
Loading…
Reference in New Issue
Block a user