summaryrefslogtreecommitdiff
path: root/ATRI
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2023-07-12 18:19:23 +0800
committerKyomotoi <[email protected]>2023-07-12 18:19:23 +0800
commit9d5e369b66e21eb9d26ac97602c166fa1bbbb0e5 (patch)
treedb9b2b208c748b8e3553681b562d298f7ca00630 /ATRI
parente819d8e877e2499c21d825d58e030dd3a1064172 (diff)
downloadATRI-9d5e369b66e21eb9d26ac97602c166fa1bbbb0e5.tar.gz
ATRI-9d5e369b66e21eb9d26ac97602c166fa1bbbb0e5.tar.bz2
ATRI-9d5e369b66e21eb9d26ac97602c166fa1bbbb0e5.zip
🚑️ 更换 Nonebot Store 插件源
Diffstat (limited to 'ATRI')
-rw-r--r--ATRI/plugins/manage/plugin.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/ATRI/plugins/manage/plugin.py b/ATRI/plugins/manage/plugin.py
index c5742f0..cfe4c7b 100644
--- a/ATRI/plugins/manage/plugin.py
+++ b/ATRI/plugins/manage/plugin.py
@@ -14,12 +14,11 @@ from .models import NonebotPluginInfo
_NONEBOT_STORE_URLS = [
- "https://nonebot.dev/plugins.json",
- "https://jsd.imki.moe/gh/nonebot/nonebot2@master/website/static/plugins.json",
- "https://raw.fastgit.org/nonebot/nonebot2/master/website/static/plugins.json",
- "https://cdn.jsdelivr.net/gh/nonebot/nonebot2@master/website/static/plugins.json",
- "https://cdn.staticaly.com/gh/nonebot/nonebot2@master/website/static/plugins.json",
- "https://jsd.cdn.zzko.cn/gh/nonebot/nonebot2@master/website/static/plugins.json",
+ "https://registry.nonebot.dev/plugins.json",
+ "https://jsd.imki.moe/gh/nonebot/registry@results/plugins.json",
+ "https://cdn.staticaly.com/gh/nonebot/registry@results/plugins.json",
+ "https://jsd.cdn.zzko.cn/gh/nonebot/registry@results/plugins.json",
+ "https://ghproxy.com/https://raw.githubusercontent.com/nonebot/registry/results/plugins.json",
]
_plugin_list = dict()