mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-01-09 06:49:08 +08:00
✏️ 修复 GitHub 镜像 404
This commit is contained in:
parent
6994b27656
commit
928719f5a1
@ -16,8 +16,8 @@ import (
|
|||||||
var (
|
var (
|
||||||
// ATRI 所有命令的优先级
|
// ATRI 所有命令的优先级
|
||||||
prio = -1
|
prio = -1
|
||||||
// ATRI 表情的 GitHub 镜像位置
|
// ATRI 表情的 GitHub 位置,如果发现图片不能下载请使用镜像
|
||||||
res = "https://raw.dihe.moe/Yiwen-Chan/ZeroBot-Plugin/master/plugin_atri/"
|
res = "https://raw.githubusercontent.com/FloatTech/ZeroBot-Plugin/master/plugin_atri/"
|
||||||
// ATRI 的总开关
|
// ATRI 的总开关
|
||||||
enable = true
|
enable = true
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user