2023-08-17 15:11:46 +08:00
|
|
|
{
|
|
|
|
"pages": [
|
|
|
|
"pages/index/index",
|
2023-08-18 17:32:18 +08:00
|
|
|
"pages/logs/logs",
|
|
|
|
"pages/login/login"
|
2023-08-17 15:11:46 +08:00
|
|
|
],
|
2023-08-18 17:32:18 +08:00
|
|
|
"tabBar": {
|
|
|
|
"custom": true,
|
|
|
|
"list": [
|
|
|
|
{
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
"text": "text"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pagePath": "pages/logs/logs",
|
|
|
|
"text": "text"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2023-08-17 15:11:46 +08:00
|
|
|
"window": {
|
|
|
|
"backgroundTextStyle": "light",
|
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
|
"navigationBarTitleText": "Weixin",
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
},
|
2023-08-18 17:32:18 +08:00
|
|
|
"usingComponents": {
|
|
|
|
"t-button": "tdesign-miniprogram/button/button",
|
|
|
|
"t-message": "tdesign-miniprogram/message/message"
|
|
|
|
},
|
2023-08-17 15:11:46 +08:00
|
|
|
"sitemapLocation": "sitemap.json"
|
|
|
|
}
|