✏️ 为Diana增加自动下载小作文,更新atri镜像url

This commit is contained in:
fumiama
2021-08-25 22:39:30 +08:00
parent 1001a52a53
commit 452b39075b
3 changed files with 26 additions and 2 deletions

View File

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