18 lines
379 B
JSON
18 lines
379 B
JSON
|
|
{
|
||
|
|
"navigationBarTitleText": "消息",
|
||
|
|
"navigationBarBackgroundColor": "#667eea",
|
||
|
|
"navigationBarTextStyle": "white",
|
||
|
|
"backgroundColor": "#f8f9fa",
|
||
|
|
"disableScroll": true,
|
||
|
|
"navigationBarButtonTap": "onNavigationBarButtonTap",
|
||
|
|
"navigationBarButtons": [
|
||
|
|
{
|
||
|
|
"text": "🔍",
|
||
|
|
"type": "text"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"text": "⋯",
|
||
|
|
"type": "text"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|