✏️ 修复 GitHub 镜像 404

This commit is contained in:
Kanri 2021-08-25 21:50:54 +08:00
parent 6994b27656
commit 928719f5a1

View File

@ -16,8 +16,8 @@ import (
var (
// ATRI 所有命令的优先级
prio = -1
// ATRI 表情的 GitHub 镜像位置
res = "https://raw.dihe.moe/Yiwen-Chan/ZeroBot-Plugin/master/plugin_atri/"
// ATRI 表情的 GitHub 位置,如果发现图片不能下载请使用镜像
res = "https://raw.githubusercontent.com/FloatTech/ZeroBot-Plugin/master/plugin_atri/"
// ATRI 的总开关
enable = true
)