{ "pages": [ "pages/index/index", "pages/user/user" ], "subPackages": [ { "root": "TUICallKit", "pages": [ "pages/call" ] } ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#3cc51f", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "/static/user/home.png", "selectedIconPath": "/static/user/home_no.png", "text": "้ฆ–้กต" }, { "pagePath": "pages/user/user", "iconPath": "/static/user/user.png", "selectedIconPath": "/static/user/user_no.png", "text": "ๆˆ‘็š„" } ] }, "usingComponents": {} }