Files
luo d9d07422a9
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m44s
fix: update some files
2026-08-18 17:36:41 +08:00

16 lines
692 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 1. Notification State
- [x] 1.1 在通知 store 中保存当前页、每页数量和列表总数。
- [x] 1.2 支持按指定页请求通知,并用新结果替换当前列表。
## 2. Notification Drawer
- [x] 2.1 在通知列表底部增加页码分页控件,默认每页 10 条。
- [x] 2.2 切换页码时重新请求列表并回到列表顶部。
- [x] 2.3 切换分类时重置页码并保持现有分类、已读和跳转行为。
## 3. Verification
- [x] 3.1 验证分页请求携带正确的 `page``page_size`,且列表不会累加旧页数据。
- [x] 3.2 运行通知相关 lint、类型、格式、样式和编码检查当前仓库暂无通知专项测试。