diff --git a/index.html b/index.html index 13c7ec9..1691a39 100644 --- a/index.html +++ b/index.html @@ -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'}, diff --git a/other-module/mini-program/.gitkeep b/other-module/mini-program/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/other-module/mini-program/nutrition/ask-home.html b/other-module/mini-program/nutrition/ask-home.html index 361f834..3302b3e 100644 --- a/other-module/mini-program/nutrition/ask-home.html +++ b/other-module/mini-program/nutrition/ask-home.html @@ -47,7 +47,9 @@ text-decoration: none; padding: 4px 12px; border: 1px solid #1677ff; border-radius: 12px; } .faq-section { padding: 16px; } - .faq-title { font-size: 13px; font-weight: 600; margin-bottom: 10px; color: #333; } + .faq-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; } + .faq-title { font-size: 13px; font-weight: 600; color: #333; } + .faq-toggle { font-size: 12px; color: #1677ff; cursor: pointer; } .faq-list { display: flex; flex-direction: column; gap: 8px; } .faq-item { display: block; padding: 12px 14px; background: #fff; border-radius: 10px; @@ -86,14 +88,17 @@