Update chaoxing_ocr.js

This commit is contained in:
Yuki Kikuchi
2022-05-13 23:51:30 +08:00
committed by GitHub
parent c6d0159852
commit 5e41aca954

View File

@@ -91,9 +91,7 @@ function prettyText() {
} }
return prettyText; return prettyText;
} }
setInterval(function() { setInterval(prettyText(), 1000);
prettyText()
}, 1000);
// 根据情况向 HTML 中灌入 JS // 根据情况向 HTML 中灌入 JS
if (document.getElementsByClassName('font-cxsecret')[0]) { if (document.getElementsByClassName('font-cxsecret')[0]) {