调整京东签到逻辑,每次操作时获取token,防止token失效。
This commit is contained in:
10
README.MD
10
README.MD
@@ -214,8 +214,8 @@ pip install -r requirements.txt
|
||||
### 插件开发
|
||||
1. 在 `plugins` 目录下创建新的插件目录
|
||||
2. 实现 `MessagePluginInterface` 接口
|
||||
3. 在 `config.yaml` 中添加插件配置
|
||||
4. 在插件管理器中注册插件
|
||||
3. 在 `config.toml` 中添加插件配置
|
||||
4. 在插件管理器中注册插件 -启动时自动注册
|
||||
|
||||
## 📝 注意事项
|
||||
|
||||
@@ -254,9 +254,9 @@ pip install -r requirements.txt
|
||||
|
||||
## 📞 联系方式
|
||||
|
||||
- 项目维护者:[维护者名称]
|
||||
- 邮箱:[邮箱地址]
|
||||
- 项目地址:[GitHub地址]
|
||||
- 项目维护者:水牛
|
||||
- 邮箱:bovine.liu@gmail.com
|
||||
- 项目地址:待发布
|
||||
|
||||
## 🙏 致谢
|
||||
|
||||
|
||||
Reference in New Issue
Block a user