2 Commits

Author SHA1 Message Date
a26d9cc069 feat(search): 重构搜索结果页至 v3.0
- **重构视图与组件**: 全面重构搜索结果页,引入 SearchResultView-搜索结果页3.0.vue,并按分类(如菜谱、文章、食品添加剂等)拆分和优化了展示组件。
- **优化目录结构**: 将相关组件迁移至 components/SearchResult-搜索结果/ 目录,并采用更清晰的中文命名。
- **更新路由**: 将 /search-result 路由指向新的 v3.0 视图。
- **新增文档**: 添加了 3.5-工作日志-搜索结果页重构-v3.0.md,详细记录了本次重构的内容。
2025-07-26 16:56:28 +08:00
aa2a7ae542 feat(search): Refactor SearchResultView into modular components
Decomposed the main SearchResultView into smaller, reusable components under 'src/components/SearchResult/' to improve maintainability and scalability.

- Added specific components for different result types like SummaryCard, AdditiveList, MaterialCard, and PrepackagedList.
- Updated 'router/index.ts' to reflect the new structure.
- Included project planning and proposal documents in 'project_document/'.
2025-07-25 18:41:30 +08:00