1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-01-10 13:48:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

Merge remote-tracking branch 'origin/transCSS' into develop

This commit is contained in:
程序员小墨 2022-02-09 23:00:00 +08:00
commit 9e55df3d9d

View File

@ -81,7 +81,8 @@ var onInputChange = async function () {
to = 'en';
postMsg()
} else {
document.getElementById("LangType").innerHTML = res
document.getElementById("LangType").innerHTML = res2
to = 'zh';
postMsg()
}