mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-01-10 21:58:14 +08:00
翻译,可以识别除英语与汉语的其他语言
This commit is contained in:
parent
ebec2321a7
commit
731d518c6d
@ -81,7 +81,8 @@ var onInputChange = async function () {
|
|||||||
to = 'en';
|
to = 'en';
|
||||||
postMsg()
|
postMsg()
|
||||||
} else {
|
} else {
|
||||||
document.getElementById("LangType").innerHTML = res
|
document.getElementById("LangType").innerHTML = res2
|
||||||
|
to = 'zh';
|
||||||
postMsg()
|
postMsg()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user