fix: 修复喵崽多适配器工具箱登录;移除crypto依赖

This commit is contained in:
ikechan8370 2023-11-21 16:31:29 +08:00
parent 2b19302b87
commit 46d88c2669
5 changed files with 216 additions and 255 deletions

View file

@ -820,6 +820,7 @@ export async function getImageOcrText (e) {
// logger.warn('resultArr', resultArr)
return resultArr
} catch (err) {
logger.warn('OCR失败可能使用的适配器不支持OCR')
return false
// logger.error(err)
}