feat(checklist): add daily checklist feature with admin management

Add daily checklist view for users to track daily tasks
Support creating, editing, deleting, and drag-and-drop reordering in admin panel
This commit is contained in:
2026-05-01 09:40:00 +08:00
parent 60cad3f5e8
commit 91dd834413
10 changed files with 775 additions and 1 deletions

View File

@@ -71,6 +71,10 @@ Pokemon 可配置:
- 稀有度1 ~ 3 星
- 地图关联
每日 CheckList 可配置:
- Task
- Task 顺序
## 功能
- Pokemon 列表
@@ -116,6 +120,12 @@ Pokemon 可配置:
- 基本信息
- 入手方式
- 需要材料列表
- 每日 CheckList
- 展示每日做什么
- 每个 Task 可勾选
- 每天自动清空勾选状态,不删除 Task
- 管理中可新增 Task 到列表
- 管理中可通过 Handle 拖曳排序
## 用户系统