miniprogramme/pages/message/message.json

18 lines
379 B
JSON
Raw Normal View History

2025-09-12 16:08:17 +08:00
{
"navigationBarTitleText": "消息",
"navigationBarBackgroundColor": "#667eea",
"navigationBarTextStyle": "white",
"backgroundColor": "#f8f9fa",
"disableScroll": true,
"navigationBarButtonTap": "onNavigationBarButtonTap",
"navigationBarButtons": [
{
"text": "🔍",
"type": "text"
},
{
"text": "⋯",
"type": "text"
}
]
}