fix: update some files
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m44s

This commit is contained in:
luo
2026-08-18 17:36:41 +08:00
parent 93f67967c5
commit d9d07422a9
38 changed files with 1140 additions and 728 deletions

View File

@@ -0,0 +1,15 @@
## 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、类型、格式、样式和编码检查当前仓库暂无通知专项测试。