1 Star 0 Fork 0

艾云梅/mp-island

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
艾云梅 提交于 2019-12-12 14:27 +08:00 . init
{
"pages": [
"pages/classic/classic",
"pages/book/book",
"pages/my/my",
"pages/book-detail/book-detail",
"pages/classic-detail/classic-detail"
],
"window": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "风华独醉",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light"
},
"tabBar": {
"color": "#c7c7c7",
"selectedColor": "#000000",
"backgroundColor": "#ffffff",
"list": [
{
"text": "流行",
"pagePath": "pages/classic/classic",
"iconPath": "images/tab/classic.png",
"selectedIconPath": "images/tab/[email protected]"
},
{
"text": "书籍",
"pagePath": "pages/book/book",
"iconPath": "images/tab/book.png",
"selectedIconPath": "images/tab/[email protected]"
},
{
"text": "喜欢",
"pagePath": "pages/my/my",
"iconPath": "images/tab/my.png",
"selectedIconPath": "images/tab/[email protected]"
}
]
},
"requiredBackgroundModes": [
"audio"
],
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/aiyunmei/mp-island.git
[email protected]:aiyunmei/mp-island.git
aiyunmei
mp-island
mp-island
master

搜索帮助