gptbot/bingchat/app.json
2023-03-26 00:16:35 +08:00

24 lines
495 B
JSON

{
"pages": [
"pages/index/index"
],
"useExtendedLib": {
"weui":true
},
"usingComponents": {
"chat-box":"components/chatbox/index"
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "New Bing Bot 🤖",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"networkTimeout": {
"request": 1800000
},
"resizable": true,
"lazyCodeLoading": "requiredComponents"
}