feat(article): 文章模块功能开发
- 新增 ArticleCard 组件,支持可配置封面图显示 (showCover prop) - 新增文章详情页 (article-detail) - 新增文章收藏页 (article-favorites) - 优化分类列表页 (category-list) 支持混合渲染模式: * max_depth > 1: 显示二级分类卡片 (SectionCard) * max_depth === 1: 直接显示文章列表 (ArticleCard) - 过滤空状态项 (max_depth === 1 且 list 为空) - 统一样式规范:标题区域使用渐变背景,内容区域增加间距 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Showing
8 changed files
with
1025 additions
and
52 deletions
docs/tasks/2026-02-27/文章模块改造实施计划.md
0 → 100644
This diff is collapsed. Click to expand it.
docs/tasks/2026-02-27/文章模块改造速记.md
0 → 100644
src/components/cards/ArticleCard.vue
0 → 100644
src/pages/article-detail/index.config.js
0 → 100644
src/pages/article-detail/index.vue
0 → 100644
src/pages/article-favorites/index.config.js
0 → 100644
src/pages/article-favorites/index.vue
0 → 100644
-
Please register or login to post a comment