{ "pages": [ "pages/homepage/homepage", "pages/FirstBangDing/FirstBangDing", "pages/profile/profile", "pages/huhaobangding/huhaobangding" ], "tabBar": { "color": "rgba(182, 189, 205, 1)", "selectedColor": "#000000", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/homepage/homepage", "text": "้ฆ–้กต", "iconPath": "static_file/homepage.png", "selectedIconPath": "static_file/homepageCheck.png" }, { "pagePath": "pages/profile/profile", "text": "ๆˆ‘็š„", "iconPath": "static_file/personalCenter.png", "selectedIconPath": "static_file/personalCenterCheck.png" } ] }, "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#4080FF" }, "componentFramework": "glass-easel", "sitemapLocation": "sitemap.json", "lazyCodeLoading": "requiredComponents", "usingComponents": { "t-button": "tdesign-miniprogram/button/button" } }