mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-06-04 13:30:32 +08:00
34 lines
690 B
JSON
34 lines
690 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/chat/chat",
|
|
"pages/settings/settings"
|
|
],
|
|
"window": {
|
|
"navigationBarTitleText": "WeKnora",
|
|
"navigationBarBackgroundColor": "#0d3b2a",
|
|
"navigationBarTextStyle": "white",
|
|
"backgroundColor": "#f3f3f3"
|
|
},
|
|
"tabBar": {
|
|
"color": "#8b8b8b",
|
|
"selectedColor": "#07c05f",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "Knowledge"
|
|
},
|
|
{
|
|
"pagePath": "pages/chat/chat",
|
|
"text": "Chat"
|
|
},
|
|
{
|
|
"pagePath": "pages/settings/settings",
|
|
"text": "Settings"
|
|
}
|
|
]
|
|
}
|
|
}
|