feat: 新增今日食谱页、做-社区模块重构及子页面,多页面交互优化

- 新增 eat-recipe-today.html(今日食谱展示,含日期栏、餐次Tab、分类菜品卡片)
- 新增 eat-cart.html(购物车页面)
- 新增 make-ranking.html(创作排行榜,含本周/本月/总榜切换)
- 新增 make-share.html(分享赚钱,含收益卡片、奖励规则、收益明细)
- 新增 make-popular.html(热门创作列表,含分类筛选)
- 重构 make-home.html(Banner + 四宫格导航 + 热门创作)
- 优化 make-create.html(支持封面图片/视频上传、步骤媒体上传)
- 优化 make-follow.html(食谱详情支持视频播放按钮、步骤媒体展示)
- 优化 eat-recipe.html(查看食谱跳转、扫码点餐提示)
- 同步更新多个小程序页面交互及后台管理页面样式

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
冯普
2026-05-14 17:33:50 +08:00
co-authored by Claude Opus 4.6
parent db4eda7ef9
commit 3e29c5ea43
19 changed files with 2404 additions and 290 deletions
+4
View File
@@ -647,6 +647,7 @@ const SITE_MAP = [
{label:'吃-首页', file:'eat-home.html'},
{label:'营养明细', file:'eat-nutrition.html'},
{label:'今日食谱', file:'eat-recipe.html'},
{label:'今日食谱展示', file:'eat-recipe-today.html'},
{label:'菜品详情', file:'eat-dish-detail.html'},
{label:'订餐', file:'eat-order.html'},
{label:'订单确认', file:'eat-order-confirm.html'},
@@ -657,6 +658,9 @@ const SITE_MAP = [
{label:'做-社区', file:'make-home.html'},
{label:'照做食谱', file:'make-follow.html'},
{label:'创作食谱', file:'make-create.html'},
{label:'创作排行', file:'make-ranking.html'},
{label:'分享赚钱', file:'make-share.html'},
{label:'热门创作', file:'make-popular.html'},
{label:'个人中心', file:'me-home.html'},
{label:'健康档案', file:'me-health.html'},
{label:'我的订单', file:'me-orders.html'},