origin/v2.0.0 - #20
Merged
Merged
Conversation
…ved result handling
…proved command handling
- 更新所有命令处理器的返回类型为 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.
for more information, see https://pre-commit.ci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modifications / 改动点
Screenshots or Test Results / 运行截图或测试结果
Verification Steps / 验证步骤
(可选) 语法检查:
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.txtandpyproject.toml./ 我确保没有引入新依赖库,或者引入了新依赖库的同时将其添加到
requirements.txt和pyproject.toml文件相应位置。😮 My changes do not introduce malicious code.
/ 我的更改没有引入恶意代码。
📘 I have read and followed
CONTRIBUTE.md./ 我已阅读并遵守
CONTRIBUTE.md规范。