Files
template-10582/.workbuddy/memory/MEMORY.md
gxwebsoft 9281fb9df3 feat(index): 添加首页快捷服务组件
- 在首页添加 QuickActions 组件展示常用功能
- 实现 2x2 网格布局的快捷操作卡片
- 集成分销商、客户管理、邀请好友、钱包等功能入口
- 添加登录验证机制确保功能访问安全
- 创建详细的项目长期记忆文档 MEMORU.md
- 实现响应式设计和交互反馈效果
2026-03-30 19:55:21 +08:00

1011 B
Raw Blame History

项目长期记忆

项目概述

  • 微信小程序项目,使用 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-30)

  • Header (吸顶搜索栏)
  • Menu (导航菜单hidden)
  • Banner (轮播广告)
  • QuickActions (快捷服务 - 2x2网格卡片)
    • 我要推荐 → /dealer/index
    • 我的客户 → /dealer/customer/index
    • 邀请好友 → /dealer/qrcode/index
    • 我的钱包 → /user/wallet/wallet
  • NoticeBar (公告栏)
  • BestSellers (热销商品)
  • Grid (功能菜单)