048f25f580
Show privacy popup on launch, gate login on legal consent, and link user agreement and privacy policy pages in the mini program. Co-authored-by: Cursor <cursoragent@cursor.com>
41 lines
897 B
JSON
41 lines
897 B
JSON
{
|
|
"pages": [
|
|
"pages/login/index",
|
|
"pages/chat/index",
|
|
"pages/sessions/index",
|
|
"pages/space/index",
|
|
"pages/webview/index",
|
|
"pages/legal/index/index",
|
|
"pages/legal/privacy/index",
|
|
"pages/legal/terms/index"
|
|
],
|
|
"__usePrivacyCheck__": true,
|
|
"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"
|
|
}
|