You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.3 KiB

3 months ago
{
"$schema": "https://dldir1.qq.com/WechatWebDev/editor-extension/wx-json/app.schema.json",
3 months ago
"pages": [
"pages/home/index",
"pages/login/index",
"pages/my/index",
"pages/topic/index"
],
3 months ago
"preloadRule": {},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
},
"tabBar": {
3 months ago
"custom": false,
"color": "#4E5969",
"selectedColor": "#3FAFFA",
"borderStyle": "white",
3 months ago
"list": [
{
3 months ago
"iconPath": "/images/tabbar/tab1.png",
"selectedIconPath": "/images/tabbar/tab-active1.png",
3 months ago
"pagePath": "pages/home/index",
"text": "首页"
},
{
3 months ago
"iconPath": "/images/tabbar/tab2.png",
"selectedIconPath": "/images/tabbar/tab-active2.png",
3 months ago
"pagePath": "pages/my/index",
"text": "我的"
}
]
},
"resolveAlias": {
"@/*": "/*"
},
"rendererOptions": {
"skyline": {
"defaultDisplayBlock": true,
"disableABTest": true,
"sdkVersionBegin": "3.0.0",
"sdkVersionEnd": "15.255.255"
}
},
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}