5 Star 49 Fork 26

智汇考题 / 小说小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
智汇考题 提交于 2019-02-13 17:00 . first push
{
"pages": [
"pages/bookshelf/bookshelf",
"pages/details/details",
"pages/bookCity/bookCity",
"pages/bookCats/bookCats",
"pages/reader/reader",
"pages/search/search",
"pages/rank/rank",
"pages/help/help"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "免费小说阅读器",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#333",
"selectedColor": "#cb1c36",
"backgroundColor": "#fff",
"list": [
{
"iconPath": "img/mybook.png",
"selectedIconPath": "img/selectedMybook.png",
"pagePath": "pages/bookshelf/bookshelf",
"text": "书架"
},
{
"iconPath": "img/book.png",
"selectedIconPath": "img/selectedBook.png",
"pagePath": "pages/bookCity/bookCity",
"text": "书城"
},
{
"iconPath": "img/search.png",
"selectedIconPath": "img/selectedSearch.png",
"pagePath": "pages/search/search",
"text": "搜索"
}
]
}
}
微信
1
https://gitee.com/kesixin/ReadWechatApp.git
git@gitee.com:kesixin/ReadWechatApp.git
kesixin
ReadWechatApp
小说小程序
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891