{ "pages": [ "pages/home/home", "pages/my/my" ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#B9D9FF" }, "tabBar": { "backgroundColor": "#ffffff", "color": "#767676", "selectedColor": "#31B4FF", "list": [ { "pagePath": "pages/home/home", "iconPath": "/static/imgs/home.png", "selectedIconPath": "/static/imgs/home-a.png", "text": "้ฆ–้กต" }, { "pagePath": "pages/my/my", "iconPath": "/static/imgs/my.png", "selectedIconPath": "/static/imgs/my-a.png", "text": "ๆˆ‘็š„" } ] }, "usingComponents": {} }