1 Star 5 Fork 0

柯基与佩奇 / 柯基阅读

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
柯基与佩奇 提交于 2021-08-23 11:42 . koki 阅读
{
"pages": [
"pages/index/index",
"pages/list/list",
"pages/detail/detail",
"pages/reader/reader",
"pages/bookshelf/bookshelf",
"pages/logs/logs",
"pages/search/search",
"pages/about/about",
"pages/feedback/feedback",
"pages/user/user"
],
"window": {
"navigationBarBackgroundColor": "#000"
},
"tabBar": {
"color": "#000",
"selectedColor": "#000",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [
{
"text": "书城",
"pagePath": "pages/index/index",
"iconPath": "img/bookstore.png",
"selectedIconPath": "img/bookstore-actived.png"
},
{
"text": "书架",
"pagePath": "pages/bookshelf/bookshelf",
"iconPath": "img/book.png",
"selectedIconPath": "img/book-actived.png"
},
{
"text": "搜索",
"pagePath": "pages/search/search",
"iconPath": "img/search.png",
"selectedIconPath": "img/search-actived.png"
},
{
"text": "我的",
"pagePath": "pages/user/user",
"iconPath": "img/user.png",
"selectedIconPath": "img/user-actived.png"
}
]
}
}
微信
1
https://gitee.com/wp950820/koki-reading.git
git@gitee.com:wp950820/koki-reading.git
wp950820
koki-reading
柯基阅读
master

搜索帮助