更新 config.py

添加cdn
This commit is contained in:
Natalie Johnson 2024-08-21 10:37:55 +08:00
parent 99774adc87
commit 16e43de35e

View File

@ -5,7 +5,7 @@ BASE_PATH.mkdir(parents=True, exist_ok=True)
CONFIG_URL = (
"https://raw.githubusercontent.com/HibiKier/zhenxun_bot_plugins/main/plugins.json"
"https://cdn.jsdelivr.net/gh/HibiKier/zhenxun_bot_plugins/plugins.json"
)
"""插件信息文件"""