1 Star 0 Fork 1

windmao / ktv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 3.31 KB
一键复制 编辑 原始数据 按行查看 历史
Draven 提交于 2022-04-21 14:47 . [opt]添加个人播放页面
{
"entryPagePath": "pages/index/index",
"pages": [
"pages/index/index",
"pages/login/index",
"pages/login/webView/index",
"pages/login/register/index",
"pages/login/setPassword/index",
"pages/login/forgetPassword/index",
"pages/home/index",
"pages/chatMessage/index",
"pages/chatMessage/chat/index",
"pages/cropImage/index",
"pages/ktvRoom/index",
"pages/ktvRoom/broadcast/index",
"pages/ktvRoom/classifyList/index",
"pages/ktvRoom/hasOrdered/index",
"pages/ktvRoom/musicHall/index",
"pages/ktvRoom/sendBless/index",
"pages/ktvRoom/songList/index",
"pages/lobby/index",
"pages/lobby/backSuccess/index",
"pages/lobby/classifyList/index",
"pages/lobby/orderSong/index",
"pages/lobby/songList/index",
"pages/lobby/packet/index",
"pages/moreWorks/index",
"pages/personalWorks/index",
"pages/livePlay/index",
"pages/videoPlay/index",
"pages/personalPlay/index",
"pages/myWallet/index",
"pages/myWallet/accountBind/index",
"pages/myWallet/billstatistics/index",
"pages/myWallet/cash/index",
"pages/myWallet/payment/index",
"pages/myWallet/payPassword/index",
"pages/myWallet/recharge/index",
"pages/myWallet/walletCode/index",
"pages/programList/index",
"pages/reward/index",
"pages/reward/success/index",
"pages/searchSongList/index",
"pages/userCenter/index",
"pages/userCenter/accountSafety/index",
"pages/userCenter/bgImage/index",
"pages/userCenter/contactList/index",
"pages/userCenter/editInfo/index",
"pages/userCenter/editNickName/index",
"pages/userCenter/editSignature/index",
"pages/userCenter/loginPassword/index",
"pages/userCenter/myQrcode/index",
"pages/userCenter/myVideo/index",
"pages/userCenter/packetPool/index",
"pages/userCenter/settin/index",
"pages/userCenter/verifyCode/index",
"pages/logs/logs"
],
"tabBar": {
"custom": false,
"color": "#999999",
"selectedColor": "#FFFFFF",
"backgroundColor": "#000000",
"list": [{
"pagePath": "pages/home/index",
"text": "首页",
"iconPath": "static/images/tabbar/tabbar_index.png",
"selectedIconPath": "static/images/tabbar/tabbar_index_active.png"
},
{
"pagePath": "pages/lobby/index",
"text": "大厅",
"iconPath": "static/images/tabbar/tabbar_lobby.png",
"selectedIconPath": "static/images/tabbar/tabbar_lobby_active.png"
},
{
"pagePath": "pages/ktvRoom/index",
"text": "包厢",
"iconPath": "static/images/tabbar/tabbar_box.png",
"selectedIconPath": "static/images/tabbar/tabbar_box_active.png"
},
{
"pagePath": "pages/chatMessage/index",
"text": "消息",
"iconPath": "static/images/tabbar/tabbar_message.png",
"selectedIconPath": "static/images/tabbar/tabbar_message_active.png"
},
{
"pagePath": "pages/userCenter/index",
"text": "我的",
"iconPath": "static/images/tabbar/tabbar_my.png",
"selectedIconPath": "static/images/tabbar/tabbar_my_active.png"
}
]
},
"lazyCodeLoading": "requiredComponents",
"window": {
"navigationStyle": "default",
"initialRenderingCache": "static",
"navigationBarBackgroundColor": "#141414",
"backgroundColor": "#141414",
"backgroundColorTop": "#141414",
"backgroundColorBottom": "#141414",
"enablePullDownRefresh": true,
"backgroundTextStyle": "light",
"navigationBarTextStyle": "white"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
1
https://gitee.com/maosixone/ktv.git
git@gitee.com:maosixone/ktv.git
maosixone
ktv
ktv
master

搜索帮助