book-min/miniprogram/app.json

45 lines
1.0 KiB
JSON

{
"pages": [
"pages/login/index",
"pages/index/index",
"pages/bookshelf/add",
"pages/logs/logs",
"pages/bookshelf/list",
"pages/notes/notes",
"pages/profile/profile",
"pages/bookshelf/reader/reader"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "阅读管理",
"navigationBarBackgroundColor": "#ffffff"
},
"style": "v2",
"componentFramework": "glass-easel",
"lazyCodeLoading": "requiredComponents",
"tabBar": {
"color": "#999999",
"selectedColor": "#1989fa",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/tabbar/home.png",
"selectedIconPath": "images/tabbar/home.png"
},
{
"pagePath": "pages/bookshelf/list",
"text": "书架"
},
{
"pagePath": "pages/notes/notes",
"text": "笔记"
},
{
"pagePath": "pages/profile/profile",
"text": "我的"
}
]
}
}