Skip to content

Commit

Permalink
Merge pull request #385 from Ljzd-PRO/dev
Browse files Browse the repository at this point in the history
更新至 v2.9.0
  • Loading branch information
Ljzd-PRO authored Nov 22, 2024
2 parents 647b50a + aa784e0 commit e403abe
Show file tree
Hide file tree
Showing 9 changed files with 202 additions and 710 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
[//]: # (#### 💡 新特性)

#### 🐛 修复
- 修复错误的人机验证重试流程 (#377) - by @Night-stars-1
- 极验的 `challenge` 只能使用一次,因此在 `get_validate` 进行错误重试是没有意义的
- 修复为全部用户执行游戏签到和米游社任务的 **`/签到 *`****`/任务 *`** 命令 (#364) (#384, @dontdot)

[//]: # (#### 🔧 杂项)
#### 🔧 杂项
-**移除微博签到**相关功能 (#383, @dontdot)
- [Wiki 文档](https://github.com/Ljzd-PRO/nonebot-plugin-mystool/wiki) 已更新

### 更新方式

Expand All @@ -30,4 +31,4 @@
- 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
**Full Changelog**: https://github.com/Ljzd-PRO/nonebot-plugin-mystool/compare/v2.8.1…v2.9.0
301 changes: 145 additions & 156 deletions poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-mystool"
version = "v2.8.1"
version = "v2.9.0"
description = "QQ聊天、频道机器人插件 | 米游社工具-每日米游币任务、游戏签到、商品兑换、免抓包登录、原神崩铁便笺提醒"
license = "MIT"
authors = [
Expand Down Expand Up @@ -28,12 +28,12 @@ httpx = ">=0.24.1,<0.28.0"
nonebot_plugin_apscheduler = ">=0.2.0"
nonebot-plugin-send-anything-anywhere = ">=0.5,<0.8"
ntplib = "^0.4.0"
Pillow = ">=9.5,<11.0"
Pillow = ">=9.5,<12.0"
requests = "^2.31.0"
nonebot-adapter-onebot = "^2.3.1"
nonebot-adapter-qq = "^1.1.2"
tenacity = ">=8.2.3,<10.0.0"
qrcode = "^7.4.2"
qrcode = ">=7.4.2,<9.0.0"
pydantic = "^1.10.14"
nonebot2 = ">=2.0.0"
pytz = ">=2023.4,<2025.0"
Expand Down
2 changes: 0 additions & 2 deletions src/nonebot_plugin_mystool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
f"\n🎁 {_command_begin}商品 ➢ 查看米游币商品信息(商品ID)"
f"\n📊 {_command_begin}原神便笺 ➢ 查看原神实时便笺(原神树脂、洞天财瓮等)"
f"\n📊 {_command_begin}铁道便笺 ➢ 查看星穹铁道实时便笺(开拓力、每日实训等)"
f"\n👁️‍🗨️ {_command_begin}wb签到 ➢ 手动进行微博超话签到(每日定时:游戏签到后1h)"
f"\n👁️‍🗨️ {_command_begin}wb兑换 ➢ 查看微博本期超话签到的兑换码(暂支持原神和星穹铁道)"
f"\n⚙️ {_command_begin}设置 ➢ 设置是否开启通知、每日任务等相关选项"
f"\n🔑 {_command_begin}账号设置 ➢ 设置设备平台、是否开启每日计划任务、频道任务"
f"\n🔔 {_command_begin}通知设置 ➢ 设置是否开启每日米游币任务、游戏签到的结果通知"
Expand Down
2 changes: 1 addition & 1 deletion src/nonebot_plugin_mystool/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v2.8.1"
__version__ = "v2.9.0"
295 changes: 0 additions & 295 deletions src/nonebot_plugin_mystool/api/weibo.py

This file was deleted.

Loading

0 comments on commit e403abe

Please sign in to comment.