1 Star 1 Fork 0

Oliver zhang/Uniapp小程序--网易云音乐

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
Oliver zhang 提交于 2023-08-28 23:44 . 网易云听歌小程序
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle" : "custom"
}
}
,{
"path" : "pages/list/list",
"style" : {
"navigationStyle" : "custom"
}
}
,{
"path" : "pages/detail/detail",
"style" : {
"navigationStyle" : "custom"
}
}
,{
"path" : "pages/search/search",
"style" : {
"navigationStyle" : "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "list", //模式名称
"path": "pages/list/list", //启动页面,必选
"query": "listId=3" //启动参数,在页面的onLoad函数里面得到
},
{
"name": "detail", //模式名称
"path": "pages/detail/detail", //启动页面,必选
"query": "songId=483937795" //启动参数,在页面的onLoad函数里面得到
},
{
"name": "search", //模式名称
"path": "pages/search/search", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zqcodezone/cloudMusic__uniapp.git
git@gitee.com:zqcodezone/cloudMusic__uniapp.git
zqcodezone
cloudMusic__uniapp
Uniapp小程序--网易云音乐
master

搜索帮助