迷你资料卡修复

This commit is contained in:
woohoo 2021-11-16 17:58:59 +08:00
parent f3d5e18696
commit 854559d510

View File

@ -1058,7 +1058,7 @@
.replaceHMS(); .replaceHMS();
else if (spl[1] === 'jail') else if (spl[1] === 'jail')
e.nodeValue = e.nodeValue e.nodeValue = e.nodeValue
.replace('In jail for', '在医院呆') .replace('In jail for', '在监狱呆')
.replaceHMS(); .replaceHMS();
} }
} }