GoldenDict 更新
https://github.com/goldendict/goldendict/commit/3bc8e002d12d8ef4b2a34fca89727cc23a5318c3-QRegularExpression wordCrossLink( "([\\s\"']href\\s*=)\\s*([\"'])entry://([^>#]*)((?:#[^>]*)?)\\2",
+ QRegularExpression wordCrossLink( "([\\s\"']href\\s*=)\\s*([\"'])entry://([^>#\\g{2}]*?)((?:#[^>]*)?)\\2",
- if( match.lastCapturedIndex() >= 4 )
+ if( match.lastCapturedIndex() >= 4 && !match.captured( 4 ).isEmpty() )
应该对链接处理有改进
这几个月有一定改进,建议大家更新。
最近更新比较频繁啊。不过确实越来越好用。 上个月初才更新了一次,现在更新比较快了。 自己编译就没成功过,只能等官方的早期版了…… Windows 上 只用 GoldenDict 就够了。 这个最新版怎么下载,我在github上只看到6月2日打包的安装压缩包,那个压缩包包含了这个更新吗?(我对这个不太懂) GoldenDict 更新
页:
[1]