author be83f4d9ab 去掉官方推荐作品的发布时间,保留用户作品发布时间 | hace 3 años | |
---|---|---|
component | hace 3 años | |
pages | hace 3 años | |
static | hace 3 años | |
templates | hace 3 años | |
utils | hace 3 años | |
.DS_Store | hace 3 años | |
.gitignore | hace 6 años | |
README.md | hace 5 años | |
app.js | hace 3 años | |
app.json | hace 4 años | |
app.wxss | hace 4 años | |
project.config.json | hace 3 años | |
sitemap.json | hace 4 años |
小程序账号:sunzhilei8@163.com 小程序密码:efunbox@3366 https://mp.weixin.qq.com/
###目录结构
├── pages
├── index // 我的页面首页
├── main // 首页热门相关
├── books // 所有课本
├── classes // 课程
├── ware // 课件页(朗读)
└── reading // 我要朗读页面
├── social // 关注页面相关
├── works // 用户作品页
└── stars // 其他用户主页
├── user // 我的页面相关
├── myCollects // 我的收藏
├── myWorks // 我的作品
├── wallet // 钱包
└── myEdit // 编辑信息
└── template // 自定义tabbar
├── component // 组件
├── hot
├── follow
├── my
├── utils
├── app.js
├── app.json
├── app.wxss
└── package.json
###版本分析