Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bistutu/FluentRead
/ isMachineTrans
Function
isMachineTrans
userscripts.js:1490–1492 ·
view source on GitHub ↗
(model)
Source
from the content-addressed store, hash-verified
1488
1489
// 判断是否为机器翻译
1490
function
isMachineTrans(model) {
1491
return
[transModel.microsoft, transModel.deepL].includes(model);
1492
}
1493
1494
// 检测语言类型
1495
function
baiduDetectLang(text) {
Callers
1
translate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected