1 Star 1 Fork 3

凝聚喧嚣 / 仿网易云音乐的微信微信小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
startLine-05 提交于 2020-02-15 13:06 . project initialized
{
"pages": [
"pages/index/index",
"pages/home/index",
"pages/playlist/index",
"pages/login/index",
"pages/playing/index",
"pages/discuss/index",
"pages/cloudDisk/index",
"pages/search/index",
"pages/songer/index",
"pages/user/index",
"pages/dailySong/index"
],
"requiredBackgroundModes": [
"audio",
"location"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#84cdd4",
"navigationBarTitleText": "StartLine音乐",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#999",
"selectedColor": "#ff2d4a",
"backgroundColor": "#84cdd4",
"position": "bottom",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "发现音乐",
"iconPath": "icon/icons/music.png",
"selectedIconPath": "icon/icons/music_o.png"
},
{
"pagePath": "pages/home/index",
"text": "我的音乐",
"iconPath": "icon/icons/home.png",
"selectedIconPath": "icon/icons/home_o.png"
}
]
},
"sitemapLocation": "sitemap.json"
}
JavaScript
1
https://gitee.com/cpeng1314/startLine.git
git@gitee.com:cpeng1314/startLine.git
cpeng1314
startLine
仿网易云音乐的微信微信小程序
master

搜索帮助