emoticon_xcx/app.json
2023-11-19 15:18:25 +08:00

43 lines
960 B
JSON

{
"pages": [
"pages/home/home",
"pages/home/search/index",
"pages/emoticon/result/index"
],
"tabBar": {
"custom": true,
"color": "#666666",
"selectedColor": "#FF5F15",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页"
},
{
"pagePath": "pages/home/search/index",
"text": "搜索"
}
]
},
"requiredPrivateInfos": ["chooseAddress"],
"lazyCodeLoading": "requiredComponents",
"usingComponents": {},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"resolveAlias": {
"~/*": "/*"
}
}