Files
template-10582/.workbuddy/memory/MEMORY.md
赵忠林 ca4405638c feat(home): 更新首页布局添加品牌展示和联系模块
- 移除售电业务相关内容,调整为门窗定制安装业务
- 新增 TrustSection 品牌信任区组件,展示品质保障和专业团队
- 新增 CaseShowcase 案例展示区组件,支持横向滚动浏览案例
- 新增 ContactSection 联系方式区组件,提供客服热线和在线咨询服务
- 更新首页布局结构,在热销商品后按序排列新功能模块
- 修复图标导入错误,替换为 NutUI 图标库中存在的图标
- 更新样式文件适配新的页面布局和组件间距
- 修改公告栏内容为门窗业务相关介绍
- 调整页面整体样式和间距,优化用户体验
2026-03-31 00:36:51 +08:00

55 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 项目长期记忆
## 项目概述
- 微信小程序项目,使用 Taro + React + NutUI + TailwindCSS + SCSS
- 项目名:南南佐顿门窗(门窗定制安装业务)
- 品牌:网宿软件
## 技术栈
- 框架Taro (微信小程序)
- UINutUI React Taro
- 样式TailwindCSS + SCSS
- 语言TypeScript
## 关键路径
- 首页入口:`src/pages/index/index.tsx`
- 分销商页面:`src/dealer/index.tsx`
- 用户钱包:`src/user/wallet/wallet.tsx`
- 客户管理:`src/dealer/customer/index`
- 邀请码:`src/dealer/qrcode/index`
- 导航工具:`src/utils/common.ts` (navTo函数)
## 首页结构 (2026-03-31 更新)
- Header (吸顶搜索栏)
- Menu (导航菜单hidden)
- Banner (轮播广告)
- QuickActions (门窗业务快捷服务 - 2x2网格卡片)
- NoticeBar (公告栏)
- BestSellers (热销商品)
- Grid (功能菜单)
- **TrustSection** (品牌信任区 - 3列水平布局)
- 品质保障10年质保德国进口五金
- 专业团队15年安装经验持证上岗
- 客户好评5000+家庭选择98%满意度
- **CaseShowcase** (案例展示 - 横向滚动画廊)
- 高端住宅、商业办公、别墅定制、旧窗改造
- **ContactSection** (联系方式 - 2x2网格布局)
- 客服热线、在线咨询、门店地址、关注我们
## 图标使用注意事项
- NutUI图标库中不存在的图标
- `Right` → 使用 `ArrowRight`
- `MapPin` → 使用 `Location`
- `Wechat` → 使用 `Share`
- `Users` → 使用 `People`
- 所有图标必须从 `@nutui/icons-react-taro` 导入
- 构建前需验证图标名称是否在可用导出列表中
## 字体大小规范
- 微信小程序使用 TailwindCSS 文本类,不使用固定像素值
- 主标题:`text-lg font-semibold text-gray-800`
- 副标题:`text-sm text-gray-500`
- 项目标题:`text-base font-semibold text-gray-800`
- 项目描述:`text-xs text-gray-500`
- 小文本:`text-xs text-gray-500`