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.
72 lines
1.9 KiB
72 lines
1.9 KiB
{ |
|
"$schema": "https://dldir1.qq.com/WechatWebDev/editor-extension/wx-json/app.schema.json", |
|
"pages": [ |
|
"pages/start/index", |
|
"pages/home/index", |
|
"pages/login/index", |
|
"pages/my/index", |
|
"pages/information/index", |
|
"pages/informationDetail/index", |
|
"pages/message/index", |
|
"pages/webview/index" |
|
], |
|
"subPackages": [ |
|
{ |
|
"root": "doc", |
|
"pages": ["pages/doc1/index"] |
|
} |
|
], |
|
"preloadRule": {}, |
|
"window": { |
|
"backgroundTextStyle": "light", |
|
"navigationBarBackgroundColor": "#fff", |
|
"navigationBarTitleText": "Weixin", |
|
"navigationBarTextStyle": "black", |
|
"navigationStyle": "custom" |
|
}, |
|
"tabBar": { |
|
"custom": false, |
|
"color": "rgba(105, 104, 110, 1)", |
|
"selectedColor": "rgba(33, 29, 46, 1)", |
|
"borderStyle": "white", |
|
"list": [ |
|
{ |
|
"iconPath": "/images/tabbar/tab1.png", |
|
"selectedIconPath": "/images/tabbar/tab-active1.png", |
|
"pagePath": "pages/home/index", |
|
"text": "首页" |
|
}, |
|
{ |
|
"iconPath": "/images/tabbar/tab2.png", |
|
"selectedIconPath": "/images/tabbar/tab-active2.png", |
|
"pagePath": "pages/information/index", |
|
"text": "资料库" |
|
}, |
|
{ |
|
"iconPath": "/images/tabbar/tab3.png", |
|
"selectedIconPath": "/images/tabbar/tab-active3.png", |
|
"pagePath": "pages/my/index", |
|
"text": "我的" |
|
} |
|
] |
|
}, |
|
"resolveAlias": { |
|
"@/*": "/*" |
|
}, |
|
"usingComponents": { |
|
"pagination": "/components/pagination/index", |
|
"van-icon": "@vant/weapp/icon/index" |
|
}, |
|
"rendererOptions": { |
|
"skyline": { |
|
"defaultDisplayBlock": true, |
|
"disableABTest": true, |
|
"sdkVersionBegin": "3.0.0", |
|
"sdkVersionEnd": "15.255.255" |
|
} |
|
}, |
|
"componentFramework": "glass-easel", |
|
"sitemapLocation": "sitemap.json", |
|
"lazyCodeLoading": "requiredComponents", |
|
"requiredBackgroundModes": ["audio"] |
|
}
|
|
|