2023-02-21 22:34:08 +08:00

39 lines
1.1 KiB
JSON

{
"pages":[
"pages/index/index",
"pages/publish/publish"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle":"black"
},
"tabBar": {
"selectedColor": "#333333",
"list": [{
"text": "说说",
"pagePath": "pages/index/index",
"selectedIconPath": "imgs/moment.png",
"iconPath": "imgs/moment2.png"
},{
"text": "发表",
"pagePath": "pages/publish/publish",
"selectedIconPath": "imgs/publish.png",
"iconPath": "imgs/publish2.png"
}]
},
"sitemapLocation": "sitemap.json",
"usingComponents": {
"van-field": "@vant/weapp/field/index",
"van-radio": "@vant/weapp/radio/index",
"van-radio-group": "@vant/weapp/radio-group/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-button": "@vant/weapp/button/index",
"van-notify": "@vant/weapp/notify/index",
"van-uploader": "@vant/weapp/uploader/index",
"van-image": "@vant/weapp/image/index"
}
}