【2020.8.16】GoldenDict-2A11 - Tesseract+ OCR划词完美版 - macOS / Linux / Windows

问题:OELD无法显示词频
原因:重新编译qtwebkit加入geolocation支持,导致下面的判断失效
解决方法:打开OELD_jquery.js,找到
if((navigator.userAgent.toLowerCase().indexOf("goldendict")<0)||(navigator.geolocation===undefined))
<0 改为 >0
至于其他feature参考这个

1 个赞