1 Star 19 Fork 1

刘坤/NeteaseCloud-Music-Uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 2.19 KB
一键复制 编辑 原始数据 按行查看 历史
kunliu11 提交于 2022-09-08 09:45 . 提交最终版
{
"pages": [
{
"path":"pages/index/index"
},
{
"path":"pages/search/search"
},
{
"path":"pages/login/login",
"style": {
"navigationBarTitleText": "登陆账号"
}
},
{
"path":"pages/profile/profile",
"style": {
"navigationStyle":"custom",
"app-plus":{
"titleNView":false
}
}
},
{
"path":"pages/new-recommend/new-recommend",
"style": {
"navigationStyle":"custom",
"app-plus":{
"titleNView":false
}
}
},
{
"path":"pages/song-play/song-play",
"style": {
"navigationStyle":"custom",
"app-plus":{
"titleNView":false
}
}
},
{
"path":"pages/song-list/song-list",
"style": {
"navigationStyle":"custom",
"app-plus":{
"titleNView":false
}
}
},
{
"path":"pages/singer-toplist/singer-toplist",
"style": {
"navigationStyle":"custom",
"app-plus":{
"titleNView":false
}
}
},
{
"path":"pages/new-songlist/new-songlist",
"style": {
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "歌单"
}
},
{
"path":"pages/new-ranklist/new-ranklist",
"style": {
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "排行榜"
}
},
{
"path":"pages/new-singer/new-singer",
"style": {
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "歌手"
}
}
],
"globalStyle": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#d43c33",
"navigationBarTitleText": "仿minMusic",
"navigationBarTextStyle": "white",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"backgroundColor": "#eeeeee",
"color": "#999999",
"selectedColor": "#d43c33",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/images/home.png",
"selectedIconPath": "static/images/home_active.png"
},
{
"pagePath": "pages/profile/profile",
"text": "我的",
"iconPath": "static/images/music.png",
"selectedIconPath": "static/images/music_active.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/liukun-uzi/netease-cloud-music-uniapp.git
git@gitee.com:liukun-uzi/netease-cloud-music-uniapp.git
liukun-uzi
netease-cloud-music-uniapp
NeteaseCloud-Music-Uniapp
master

搜索帮助