1 Star 0 Fork 70

xiaoyangpk/uniapp项目2.0-基于网易云音乐-doItMusic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.70 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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 模式
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xiaoyangpk/doItMusic.git
[email protected]:xiaoyangpk/doItMusic.git
xiaoyangpk
doItMusic
uniapp项目2.0-基于网易云音乐-doItMusic
master

搜索帮助