1 Star 0 Fork 0

theAave/miniMusicApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
"pages/home/home",
"pages/index/index",
"pages/search/search",
"pages/user/user",
"pages/detail/detail",
"pages/musicPlayer/musicPlayer",
"pages/newPost/newPost",
"pages/mv/mv"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Weixin",
"navigationBarBackgroundColor": "#3C5F81"
},
"tabBar": {
"backgroundColor": "#ffde6a",
"list": [
{
"pagePath": "pages/home/home",
"text": "home",
"iconPath": "icon/view.png",
"selectedIconPath": "icon/view.png"
},
{
"pagePath": "pages/index/index",
"text": "music",
"iconPath": "icon/search.png",
"selectedIconPath": "icon/search.png"
},
{
"pagePath": "pages/mv/mv",
"text": "mv",
"iconPath": "icon/play.png",
"selectedIconPath": "icon/play.png"
},
{
"pagePath": "pages/user/user",
"text": "user",
"iconPath": "icon/user.png",
"selectedIconPath": "icon/user.png"
}
]
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"requiredBackgroundModes": ["audio"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/theaave/mini-music-app.git
git@gitee.com:theaave/mini-music-app.git
theaave
mini-music-app
miniMusicApp
master

搜索帮助