v1.4.4
更新内容
- 增加管理员名单,管理员可为指定的用户或全部用户执行游戏签到和米游币任务 #238
- 需要设置配置文件中
preference.enable_admin_list
为true
以开启 - 默认管理员名单文件路径:
data/nonebot-plugin-mystool/admin_list.txt
配置文件目录:
data/nonebot-plugin-mystool/plugin_data.json
更多请参考 插件偏好设置 - enable_admin_list - 需要设置配置文件中
- 修复未绑定米游社账户时执行米游社任务命令可能出现异常的问题
更新方式
Warning
之前的 v1.4.0 有QQ频道适配器相关更新,需要注意
如果使用的是镜像源,可能需要等待镜像源同步才能更新至最新版
- 使用 nb-cli 命令:
nb plugin update nonebot-plugin-mystool
- 或 pip 命令(如果使用了虚拟环境,需要先进入虚拟环境):
pip install --upgrade nonebot-plugin-mystool
插件数据文件兼容性
- 与
v1.0.0
- 当前版本 向下兼容 v1.0.0
之后的版本使用plugin_data.json
,包含用户数据和插件配置,与v1.0.0
之前的版本不兼容。
Full Changelog: v1.4.3...v1.4.4