{ "pages": [ "pages/index/index", "pages/my/index" ], "subPackages": [ { "root": "pagesOne", "pages": [ "winner/index", "winner/uploadImage", "record/winnerList", "record/uploadList", "record/uploadDetail" ] } ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#A5AEC1", "selectedColor": "#1D212A", "backgroundColor": "#fff", "borderStyle": "white", "list": [ { "text": "้ฆ–้กต", "pagePath": "pages/index/index", "iconPath": "static/images/home_default.png", "selectedIconPath": "static/images/home_selected.png" }, { "text": "ๆˆ‘็š„", "pagePath": "pages/my/index", "iconPath": "static/images/user_default.png", "selectedIconPath": "static/images/user_selected.png" } ] }, "usingComponents": {} }