zhenxun_bot/zhenxun/builtin_plugins/plugin_store/config.py
Natalie Johnson 7c163142c4 代码优化
2024-08-22 19:10:47 +08:00

16 lines
352 B
Python

from pathlib import Path
BASE_PATH = Path() / "zhenxun"
BASE_PATH.mkdir(parents=True, exist_ok=True)
CONFIG_URL = (
"https://cdn.jsdelivr.net/gh/HibiKier/zhenxun_bot_plugins/plugins.json"
)
"""插件信息文件"""
DOWNLOAD_URL = (
"https://api.github.com/repos/HibiKier/zhenxun_bot_plugins/contents/{}?ref=main"
)
"""插件下载地址"""