1 Star 0 Fork 2

ShireliBeg / 音乐

forked from 李明 / 音乐 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
李明 提交于 2020-04-01 11:11 . 需要登陆
{
"pages": [
"pages/index/index",
"pages/login/index",
"pages/book/book",
"pages/bookDetail/bookDetail",
"pages/my/my",
"pages/about/about",
"pages/class-detail/index"
],
"requiredBackgroundModes": [
"audio"
],
"window": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "首页",
"navigationBarTextStyle": "black",
"backgroundColor": "#ffffff",
"enablePullDownRefresh": false
},
"tabBar": {
"color": "#c7c7c7",
"selectedColor": "#000000",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "流行",
"iconPath": "/images/tabBar/classic.png",
"selectedIconPath": "/images/tabBar/classic@highlight.png"
},
{
"pagePath": "pages/book/book",
"text": "书籍",
"iconPath": "/images/tabBar/book.png",
"selectedIconPath": "/images/tabBar/book@highlight.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "/images/tabBar/my.png",
"selectedIconPath": "/images/tabBar/my@highlight.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
JavaScript
1
https://gitee.com/ShireliBeg/music.git
git@gitee.com:ShireliBeg/music.git
ShireliBeg
music
音乐
master

搜索帮助