Skip to content

origin/v2.0.0 - #20

Merged
FlanChanXwO merged 18 commits into
masterfrom
v2.0.0
May 8, 2026
Merged

origin/v2.0.0#20
FlanChanXwO merged 18 commits into
masterfrom
v2.0.0

Conversation

@FlanChanXwO

Copy link
Copy Markdown
Member

Modifications / 改动点

  • This is NOT a breaking change. / 这不是一个破坏性变更。

Screenshots or Test Results / 运行截图或测试结果


Verification Steps / 验证步骤

uv run ruff format data/plugins/astrbot_plugin_rsshub
uv run ruff check data/plugins/astrbot_plugin_rsshub

(可选) 语法检查:

uv run python -m py_compile data/plugins/astrbot_plugin_rsshub/main.py

Checklist / 检查清单

  • 😊 If there are new features added in the PR, I have discussed them with the authors through issues/emails, etc.
    / 如果 PR 中有新加入的功能,已经通过 Issue / 邮件等方式和作者讨论过。

  • 👀 My changes have been well-tested, and "Verification Steps" and "Screenshots" have been provided above.
    / 我的更改经过了良好的测试,并已在上方提供了“验证步骤”和“运行截图”

  • 🤓 I have ensured that no new dependencies are introduced, OR if new dependencies are introduced, they have been added to the appropriate locations in requirements.txt and pyproject.toml.
    / 我确保没有引入新依赖库,或者引入了新依赖库的同时将其添加到 requirements.txtpyproject.toml 文件相应位置。

  • 😮 My changes do not introduce malicious code.
    / 我的更改没有引入恶意代码。

  • 📘 I have read and followed CONTRIBUTE.md.
    / 我已阅读并遵守 CONTRIBUTE.md 规范。

- 更新所有命令处理器的返回类型为 AsyncGenerator
- 使用 ResourcePaths 管理模板路径
- 修复图片发送方法(url_image -> file_image)
- 添加热力图头像和 shot.png 支持
- 添加 Playwright 检测功能
- 修复日历命令正则表达式,必须包含'历'字
- 更新命令处理器调用方式
- Convert all files from Windows-style CRLF to Unix-style LF line endings
- Affects HTML templates, Python source files, and CSS stylesheets
- Remove empty tests/README.md file
Add `/deer_map` (年度鹿力图) and `/deer_calendar` (历史鹿历) commands
for yearly/monthly check-in visualization with GitHub-style heatmaps.
Refactor application layer exports to expose `LeaderboardType` enum.
Update CHANGELOG to v2.0.0 with new features and breaking changes.
- implement DeermapCommandHandler and associated services
- restructure application, domain, and infrastructure modules for better organization
- update __init__.py files to expose new components
- refine rendering module to separate template rendering logic
Remove temporary test files (renderer_state.json, test.html, test.png)
from the plugin data directory.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, we are unable to review this pull request

The GitHub API does not allow us to fetch diffs exceeding 20000 lines

@FlanChanXwO
FlanChanXwO merged commit cba0c95 into master May 8, 2026
1 check failed
@FlanChanXwO
FlanChanXwO deleted the v2.0.0 branch May 8, 2026 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant