18 lines
423 B
JSON
18 lines
423 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"components/swiper/swiper"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "首页",
|
|
"navigationBarBackgroundColor": "#45e504"
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"usingComponents": {
|
|
"van-row": "@vant/weapp/row/index",
|
|
"van-col": "@vant/weapp/col/index"
|
|
}
|
|
} |