#小学课文朗读 ### 卡密 小程序账号:sunzhilei8@163.com 小程序密码:efunbox@3366 https://mp.weixin.qq.com/ ###目录结构 ``` ├── package.json ├── app.js ├── app.json ├── app.wxss ├── pages ├── main // 首页热门相关 ├── books // 所有课本 ├── classes // 课程 ├── ware // 课件页(朗读) ├── reading // 我要朗读页面 └── index // 热门首页 ├── social // 关注页面相关 ├── works // 用户作品页 ├── stars // 其他用户主页 └── follow // 关注页首页 ├── user // 我的页面相关 ├── index // 我的页面首页 ├── myCollects // 我的收藏 ├── myWorks // 我的作品 ├── wallet // 钱包 └── myEdit // 编辑信息 └── template // 自定义tabbar └── utils ```