https://github.com/caochangkui/miniprogram-projectgit
. ├── README.md ├── project.config.json // 項目配置文件 └── cloudfunctions | 雲環境 // 存放雲函數目錄 │ └── login // 雲函數 │ ├── index.js │ └── package.json └── miniprogram ├── images // 存放小程序圖片 ├── lib // 配置文件 ├── pages // 小程序各類頁面 | ├── index // 首頁 | └── menu // 分類頁 | └── user // 用戶中心 | └── search // 搜索頁 | └── list // 列表頁 搜索結果頁 | └── detail // 詳情頁 | └── collection // 收藏頁 | └── find // 發現頁 | └── ... // 其餘 ├── style // 樣式文件目錄 ├── app.js // 小程序入口文件 ├── app.json // 全局配置 ├── app.wxss // 全局樣式