1 Star 0 Fork 0

三淳/ssgMusic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
三淳 提交于 2021-09-15 17:45 . finish
{
"entryPagePath": "pages/index/index",
"pages": [
"pages/video/video",
"pages/personal/personal",
"pages/index/index",
"pages/login/login",
"pages/recommendSong/recommendSong",
"pages/songDetail/songDetail",
"pages/search/search"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#d43c33",
"navigationBarTitleText": "SggMusic",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#333",
"selectedColor": "#d43c33",
"backgroundColor": "#fff",
"borderStyle": "black",
"list": [
{
"text": "主页",
"pagePath": "pages/index/index",
"iconPath": "/static/images/tabs/tab-home.png",
"selectedIconPath": "/static/images/tabs/tab-my-current.png"
},
{
"text": "视频",
"pagePath": "pages/video/video",
"iconPath": "/static/images/tabs/select.png",
"selectedIconPath": "/static/images/tabs/selected.png"
},
{
"text": "我的",
"pagePath": "pages/personal/personal",
"iconPath": "/static/images/tabs/tab-my.png",
"selectedIconPath": "/static/images/tabs/tab-my-current.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"requiredBackgroundModes": [
"audio"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/subside_hh/ssgMusic.git
git@gitee.com:subside_hh/ssgMusic.git
subside_hh
ssgMusic
ssgMusic
master

搜索帮助