Commit Graph

1 Commits

Author SHA1 Message Date
d176048172 feat: 实现分类管理 CRUD(Phase 1b)
- 分类列表:TanStack Table 表格 + 搜索 + 状态筛选 + 分页
- 新建/编辑:对话框表单,Zod 校验,slug 自动生成
- 删除确认:AlertDialog 确认对话框
- API 封装:category-api.ts 5 个 CRUD 函数
- 新增 shadcn/ui 组件:table、dialog、select、badge、dropdown-menu、alert-dialog
2026-04-07 11:41:41 +08:00