App Config
View current app configuration as JSON
Configuration (Live)
{
"tabBar": {
"enabled": true,
"height": 56,
"activeColor": "#3A6FE0",
"inactiveColor": "#888888"
},
"navigation": {
"headerEnabled": true,
"backButtonEnabled": true,
"titleVisible": true
},
"webviewUI": {
"headerVisible": true,
"tabBarVisible": true
},
"tabs": [
{
"id": "home",
"label": "홈",
"icon": "home",
"renderMode": "webview",
"enabled": true,
"webUrl": "/"
},
{
"id": "phontech",
"label": "폰테크",
"icon": "zap",
"renderMode": "webview",
"enabled": true,
"webUrl": "/phonetech"
},
{
"id": "sell",
"label": "판매",
"icon": "plus-circle",
"renderMode": "native",
"enabled": true,
"webUrl": "/sell"
},
{
"id": "price",
"label": "시세조회",
"icon": "trending-up",
"renderMode": "webview",
"enabled": true,
"webUrl": "/market-price"
},
{
"id": "mypage",
"label": "마이",
"icon": "user",
"renderMode": "webview",
"enabled": true,
"webUrl": "/mypage"
}
],
"webBaseUrl": "http://localhost:13405",
"maintenanceMode": {
"active": false,
"type": null,
"title": "점검 안내",
"message": "",
"startAt": null,
"endAt": null,
"target": "all",
"showInWebView": false,
"allowDismiss": false,
"background": {
"type": "solid",
"color": "#ffffff"
}
},
"minVersion": {
"ios": "1.0.0",
"android": "1.0.0",
"updateMode": "skip",
"message": "",
"storeUrl": {
"ios": "",
"android": ""
}
}
}