refactor(ui): 提取可复用卡片组件并重构页面
- 新增 MaterialCard 和 ProductCard 组件,减少代码重复 - 重构首页、搜索页、本周热门资料页使用新组件 - 搜索页面集成真实API,支持分页加载和实时查询 - 移除测试数据,全部对接后端接口 影响文件: - src/components/MaterialCard.vue (新增) - src/components/ProductCard.vue (新增) - src/pages/index/index.vue - src/pages/search/index.vue - src/pages/week-hot-material/index.vue - components.d.ts - docs/CHANGELOG.md Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Showing
7 changed files
with
450 additions
and
141 deletions
src/components/MaterialCard.vue
0 → 100644
src/components/ProductCard.vue
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment