Files
memind/miniapp/app.json
T

37 lines
771 B
JSON

{
"pages": [
"pages/chat/index",
"pages/login/index",
"pages/sessions/index",
"pages/space/index",
"pages/webview/index"
],
"window": {
"navigationBarTitleText": "TKMind",
"navigationBarBackgroundColor": "#101820",
"navigationBarTextStyle": "white",
"backgroundColor": "#f5f7fb"
},
"tabBar": {
"color": "#64748b",
"selectedColor": "#0f766e",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/chat/index",
"text": "聊天"
},
{
"pagePath": "pages/sessions/index",
"text": "会话"
},
{
"pagePath": "pages/space/index",
"text": "页面"
}
]
},
"sitemapLocation": "sitemap.json"
}