diff options
author | Kyomotoi <[email protected]> | 2023-07-12 18:19:23 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2023-07-12 18:19:23 +0800 |
commit | 9d5e369b66e21eb9d26ac97602c166fa1bbbb0e5 (patch) | |
tree | db9b2b208c748b8e3553681b562d298f7ca00630 | |
parent | e819d8e877e2499c21d825d58e030dd3a1064172 (diff) | |
download | ATRI-9d5e369b66e21eb9d26ac97602c166fa1bbbb0e5.tar.gz ATRI-9d5e369b66e21eb9d26ac97602c166fa1bbbb0e5.tar.bz2 ATRI-9d5e369b66e21eb9d26ac97602c166fa1bbbb0e5.zip |
🚑️ 更换 Nonebot Store 插件源
-rw-r--r-- | ATRI/plugins/manage/plugin.py | 11 |
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() |