Changelog
更新内容
🐛 修复
- 修复错误的人机验证重试流程 (#377) - by @Night-stars-1
- 极验的
challenge
只能使用一次,因此在get_validate
进行错误重试是没有意义的
- 极验的
更新方式
如果使用的是镜像源,可能需要等待镜像源同步才能更新至最新版
-
使用 nb-cli 命令:
nb plugin update nonebot-plugin-mystool
-
或 pip 命令(如果使用了虚拟环境,需要先进入虚拟环境):
pip install --upgrade nonebot-plugin-mystool
兼容性
- V2 (
>=v2.0.0
) 的相关文件为configV2.json
,dataV2.json
,.env
,如果存在 V1 版本的文件,会自动备份和升级 - V1 (
>=v1.0.0, <v2.0.0
) 插件配置/数据文件为plugin_data.json
<v1.0.0
插件配置文件为pluginConfig.json
Full Changelog: https://github.com/Ljzd-PRO/nonebot-plugin-mystool/compare/v2.8.0…v2.8.1