fix: scheduled task cleanup error - upgrade to v1.2.1 (#816)

fix: scheduled task cleanup error "e.get is not a function"

- Use optional chaining in i18n.getMessagesbyContext to safely access Context methods
- Update version to v1.2.1

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Dream Hunter
2026-01-19 20:05:06 +08:00
committed by GitHub
co-authored by Claude Opus 4.5
parent 2cce3df213
commit 2318e0f7e2
9 changed files with 2485 additions and 2514 deletions
+7 -1
View File
@@ -6,7 +6,13 @@
<a href="CHANGELOG_EN.md">🇺🇸 English</a>
</p>
## v1.2.0(main)
## v1.2.1(main)
### Bug Fixes
- fix: |定时任务| 修复定时任务清理报错 `e.get is not a function`,使用可选链安全访问 Context 方法
## v1.2.0
### Breaking Changes