|-- common
| |-- APPUpdate.js app热更新
| |-- api.js API接口详细
| |-- common.js
| |-- config.js 通信域名配置页面
| |-- crypto-js.js
| |-- request.js
| `-- test.js
|-- components 组件部分
| |-- uni-popup
| | |-- message.js
| | |-- popup.js
| | |-- uni-popup-dialog.vue
| | |-- uni-popup-message.vue
| | |-- uni-popup-share.vue
| | `-- uni-popup.vue
| |-- uni-transition
| | `-- uni-transition.vue
| |-- v-player
| | `-- v-player.vue
| |-- v-slider
| | `-- v-slider.vue
| |-- v-tabbar
| | `-- v-tabbar.nvue
| `-- v-video
| `-- v-video.vue
|-- js_sdk
| |-- luch-request
| | `-- luch-request
| | |-- adapters
| | | `-- index.js
| | |-- core
| | | |-- InterceptorManager.js
| | | |-- Request.js
| | | |-- buildFullPath.js
| | | |-- defaults.js
| | | |-- dispatchRequest.js
| | | |-- mergeConfig.js
| | | `-- settle.js
| | |-- helpers
| | | |-- buildURL.js
| | | |-- combineURLs.js
| | | `-- isAbsoluteURL.js
| | |-- index.js
| | `-- utils.js
| |-- wa-permission
| | `-- permission.js
| `-- zhouWei-APPUpdate
| `-- APPUpdate
| |-- APPUpdate.md
| `-- index.js
|-- main.js
|-- manifest.json
|-- nativeplugins 原生sdk插件部分
| |-- youyacao-TuSDKEdit 涂图美颜插件
| | `-- package.json
| – youyacao-TuSDKImageEdit 涂图图像剪辑插件
| `-- package.json
|-- package-lock.json
|-- package.json
|-- pages
| |-- ad
| | – ad.vue 广告页面
| |-- home 首页目录
| | – home.nvue 首页
| |-- live 直播部分
| | |-- create 创建目录
| | | -- create.vue 创建直播间
| | |-- live.nvue 直播选项首页
| | |-- player
| | | -- player.nvue 直播客户端
| | |-- pusher
| | | -- pusher.nvue 直播推流端
| | `-- record
| | -- record.nvue 直播历史记录
| |-- login
| | -- login.vue
| |-- message
| | |-- message.nvue 发布朋友圈页面
| | -- post
| | -- post.vue 发布朋友圈创宇智能审核页面
| |-- my
| | |-- article-list
| | | -- article-list.nvue 我的朋友圈页面
| | |-- download-records
| | | -- download-records.nvue 我的下载记录
| | |-- fans
| | | -- fans.nvue 我的粉丝页
| | |-- like
| | | -- like.nvue 我的喜欢
| | |-- like-message
| | | -- like-message.nvue 我喜欢的朋友圈
| | |-- like-video
| | | -- like-video.nvue 我喜欢的视频
| | |-- message`
| | | -- message.nvue 我的消息提醒
| | |-- my.nvue 我的个人中心主页面
| | |-- play-records
| | | -- play-records.nvue 我的观看记录
| | |-- promotion-record
| | | -- promotion-record.nvue 我的推广记录
| | |-- setting
| | | -- setting.vue 我的个人设置
| | |-- task
| | | -- task.nvue 任务中心
| | -- video-list
| | -- video-list.nvue 视频列表
| |-- publish
| | -- publish.vue 废弃的发布页
| |-- register
| | |-- agreement
| | | -- agreement.vue 注册条款页面
| | -- register.vue 注册页面
| |-- reply
| | -- reply.nvue 评论回复页面
| |-- test
| | -- test.vue 涂图美颜测试页面
| -- upload-video
| -- upload-video.vue 视频上传页面
|-- pages.json
|-- qingting-uni.keystore
|-- tree.txt
|-- uni.scss
`-- yarn.lock