tangshi300/app.json

43 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2024-12-05 14:56:07 +08:00
{
"pages": [
"pages/index/index",
"pages/message/message",
"pages/message/response/response",
"pages/poetry/poetry",
"pages/poetry-share/poetry-share",
"pages/poetry-item/poetry-item",
"pages/poetry-album/poetry-album",
"pages/link/index",
"pages/kewen-exercise/kewen-exercise",
"pages/search/search",
"pages/record/record",
"pages/guwen/guwen",
"pages/record-history/record-history"
],
"window": {
"navigationBarBackgroundColor": "#F2F0E6",
"navigationBarTitleText": "小学古诗集",
"navigationBarTextStyle": "black",
"backgroundTextStyle": "light",
"backgroundColor": "#f9f9f9"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#2794f5",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "img/home.png",
"selectedIconPath": "img/home-s.png"
},
{
"pagePath": "pages/link/index",
"text": "配套",
"iconPath": "img/recomend.png",
"selectedIconPath": "img/recomend-s.png"
}
]
},
"debug": true
}