50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"pages/cart/cart",
|
|
"pages/setting/setting",
|
|
"pages/my/my"
|
|
],
|
|
"tabBar": {
|
|
"custom": true,
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index"
|
|
},
|
|
{
|
|
"pagePath": "pages/cart/cart"
|
|
},
|
|
{
|
|
"pagePath": "pages/setting/setting"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my"
|
|
}
|
|
]
|
|
},
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "Chen's 数据小屋",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"usingComponents": {
|
|
"van-field": "@vant/weapp/field/index",
|
|
"van-notify": "@vant/weapp/notify/index",
|
|
"van-notice-bar": "@vant/weapp/notice-bar/index",
|
|
"van-tabbar": "@vant/weapp/tabbar/index",
|
|
"van-tabbar-item": "@vant/weapp/tabbar-item/index",
|
|
"van-sidebar": "@vant/weapp/sidebar/index",
|
|
"van-sidebar-item": "@vant/weapp/sidebar-item/index",
|
|
"van-button": "@vant/weapp/button/index",
|
|
"van-row": "@vant/weapp/row/index",
|
|
"van-col": "@vant/weapp/col/index",
|
|
"van-cell": "@vant/weapp/cell/index",
|
|
"van-cell-group": "@vant/weapp/cell-group/index",
|
|
"van-collapse": "@vant/weapp/collapse/index",
|
|
"van-collapse-item": "@vant/weapp/collapse-item/index",
|
|
"van-search": "@vant/weapp/search/index"
|
|
},
|
|
"sitemapLocation": "sitemap.json"
|
|
} |