Spaces:
Sleeping
Sleeping
{ | |
"pages": [ | |
"pages/index/index" | |
], | |
"permission": { | |
"scope.record": { | |
"desc": "用于实时语音识别" | |
} | |
}, | |
"window": { | |
"backgroundTextStyle": "light", | |
"navigationBarBackgroundColor": "#fff", | |
"navigationBarTitleText": "实时翻译", | |
"navigationBarTextStyle": "black" | |
}, | |
"networkTimeout": { | |
"request": 10000, | |
"connectSocket": 10000, | |
"uploadFile": 10000, | |
"downloadFile": 10000 | |
}, | |
"requiredBackgroundModes": ["audio"], | |
"style": "v2", | |
"sitemapLocation": "sitemap.json" | |
} |