增加误判的英文字符
This commit is contained in:
parent
f9fe9094e4
commit
1afe12d0ad
|
@ -15,7 +15,7 @@
|
|||
});
|
||||
|
||||
function isPureEnglish(text) {
|
||||
return /^[\1-\255—’]*$/.test(text);
|
||||
return /^[\1-\255—’“”]*$/.test(text);
|
||||
}
|
||||
|
||||
function isClonedNode(node1, node2) {
|
||||
|
|
Loading…
Reference in New Issue