{ "pages": [ "pages/loading", "pages/login", "pages/index/index", "pages/me/index" ], "subPackages": [], "window": { "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" }, "tabBar": { "color": "#000000", "selectedColor": "#0082FA", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "้ฆ–้กต", "iconPath": "/static/tabbar/home.png", "selectedIconPath": "/static/tabbar/home_act.png" }, { "pagePath": "pages/me/index", "text": "ๆˆ‘็š„", "iconPath": "/static/tabbar/me.png", "selectedIconPath": "/static/tabbar/me_act.png" } ] }, "usingComponents": {} }