代码拉取完成,页面将自动刷新
同步操作将从 Haha/uniapp项目2.0-基于网易云音乐-doItMusic 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/index",
"navigationBarTextStyle": "white",
"style": {
"navigationBarTitleText": "doItMusic",
"h5": {
"titleNView": false
}
}
},
{
"path" : "pages/my/index",
"style" : {
"navigationBarTitleText": "我的",
"h5": {
"titleNView": false
}
}
},
{
"path" : "pages/hot/index",
"style" : {
"navigationBarTitleText": "热门",
"h5": {
"titleNView": false
}
}
},
// 更多功能页面
{
"path" : "pages/more/index",
"style" : {
"navigationBarTitleText": "更多",
"h5": {
"titleNView": false
}
}
},
//webview页面
{
"path" : "pages/webBrowser/webBrowser",
"style" : {
"h5": {
"titleNView": false
}
}
},
//搜索页面
{
"path" : "pages/searchPage/searchPage",
"style" : {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "搜索",
"h5": {
"titleNView": false
}
}
},
//搜索结果页
{
"path" : "pages/searchPage/searchResult",
"style" : {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "搜索",
"h5": {
"titleNView": false
}
}
},
//音乐播放页
{
"path" : "pages/playMusicPage/playMusicPage",
"style" : {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "音乐",
"h5": {
"titleNView": false
}
}
},
//歌手主页
{
"path" : "pages/artistPage/artistPage",
"style" : {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "歌手",
"h5": {
"titleNView": false
}
}
},
//歌单详情页
{
"path" : "pages/playlistPage/playlistPage",
"style" : {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "歌单",
"h5": {
"titleNView": false
}
}
},
//视频播放页
{
"path" : "pages/playVideoPage/playVideoPage",
"style" : {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "视频",
"h5": {
"titleNView": false
}
}
}
],
// 底部导航组件配置
"tabBar": {
"color":"#8a8a8a",
"selectedColor":"#e51419",
"borderStyle":"black",
"backgroundColor":"#ffffff",
"list": [
{
"pagePath":"pages/hot/index",
"text":"热门",
"iconPath":"static/image/tabbar/hot.png",
"selectedIconPath":"static/image/tabbar/hot-active.png"
},
{
"pagePath":"pages/home/index",
"text":"首页",
"iconPath":"/static/image/logo-plain.png",
"selectedIconPath":"/static/image/logo-plain.png"
},
{
"pagePath":"pages/my/index",
"text":"我的",
"iconPath":"static/image/tabbar/user.png",
"selectedIconPath":"static/image/tabbar/user-active.png"
}
]
},
// 自动引入comments文件夹下的组件,根目录
"easycom": {
"autoscan": true,
"^sq-(.*)": "@/components/sq/sq-$1.vue", // 匹配components目录内的vue文件
"^q-(.*)": "@/components/q/$1/q-$1.vue", // 匹配components目录内的vue文件
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" //匹配uview组件
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"app-plus": {
"nvueCompiler":"uni-app" //是否启用 uni-app 模式
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。