{ "$schema": "https://dldir1.qq.com/WechatWebDev/editor-extension/wx-json/app.schema.json", "pages": [ "pages/home/index", "pages/login/index", "pages/my/index", "pages/topic/index" ], "preloadRule": {}, "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "Weixin", "navigationBarTextStyle": "black", "navigationStyle": "custom" }, "tabBar": { "custom": false, "color": "#4E5969", "selectedColor": "#3FAFFA", "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/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" }