1 Star 0 Fork 1

姜言秋/LibraryMiniprogram

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
姜言秋 提交于 2020-12-03 17:31 . Initial Commit
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/system/user",
"pages/system/about",
"pages/system/lianx",
"pages/book/book_add",
"pages/book/book_detail",
"pages/book/book_list",
"pages/book/book_modify"
],
"window": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "小程序客户端",
"navigationBarBackgroundColor": "#00AC2C",
"backgroundColor": "#EEEEEE",
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark"
},
"tabBar": {
"color": "#b7b7b7",
"selectedColor": "#00AC2C",
"borderStyle": "white",
"backgroundColor": "#f5f5f5",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "images/icons/icon_home.png",
"selectedIconPath": "images/icons/icon_home_selected.png",
"text": "首页"
},
{
"pagePath": "pages/book/book_add",
"iconPath": "images/icons/icon_cate.png",
"selectedIconPath": "images/icons/icon_cate_selected.png",
"text": "发布图书"
},
{
"pagePath": "pages/book/book_list",
"iconPath": "images/icons/icon_cart.png",
"selectedIconPath": "images/icons/icon_cart_selected.png",
"text": "图书列表"
},
{
"pagePath": "pages/system/user",
"iconPath": "images/icons/icon_member.png",
"selectedIconPath": "images/icons/icon_member_selected.png",
"text": "个人中心"
}
]
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/yanqiu_j/library-miniprogram.git
git@gitee.com:yanqiu_j/library-miniprogram.git
yanqiu_j
library-miniprogram
LibraryMiniprogram
master

搜索帮助