这个做不到哈。。。。太挡了
就是点击一下的事情,而且不是每个图都要看,没必要浪费代码
重传了一份js, 内容大概就是默认启用了新的idioms跳转模式和例句折叠模式,没有其他功能变化。主要还是利于新手的小优化。
另外默认现在启用简化语法标签
修改了简化语法标签对照表,现在只会简化及物和不及物,可数和不可数
usually,passive,often这些字样保留。
因为我第一次用的时候上百度都没搜明白psv是啥。
反查已知问题:有多个释义的时候,提取的词可能不准确。比如wind1 风 不过这是小问题提取的时候再解析一下html结构。。。。 所以今天会再次上传一次反查。没有啥大更新内容。调整小问题。
在今天的版本中,反查会优化为默认70条词组 30条例句。
今天早晨7:43上传的文件中,屏蔽了see also和topic的点译功能,并无其他更新。
单数 sing 复数pl
const OALDPE_GRAMMAR = {
“[uncountable]”: “⟨U⟩”,
“[only before noun]”: “⟨only before noun⟩”,
“[singular]”: “⟨sing⟩”,
“[countable]”: “⟨C⟩”,
“[countable, uncountable]”: “⟨C, U⟩”,
“[after noun]”: “⟨after noun⟩”,
“[not before noun]”: “⟨not before noun⟩”,
“[usually before noun]”: “⟨usually before noun⟩”,
“[usually singular]”: “⟨usually sing⟩”,
“[uncountable, countable]”: “⟨U, C⟩”,
“[intransitive, transitive]”: “⟨I, T⟩”,
“[usually passive]”: “⟨usually passive⟩”,
“[plural]”: “⟨pl⟩”,
“[transitive]”: “⟨T⟩”,
“[uncountable, singular]”: “⟨U, sing⟩”,
“[intransitive]”: “⟨I⟩”,
“[often passive]”: “⟨often passive⟩”,
“[not usually before noun]”: “⟨not usually before noun⟩”,
“[singular, uncountable]”: “⟨sing, U⟩”,
“[uncountable, plural]”: “⟨U, pl⟩”,
“[usually plural]”: “⟨usually pl⟩”,
“[countable, usually plural]”: “⟨C, usually pl⟩”,
“[uncountable, countable, usually singular]”: “⟨U, C, usually sing⟩”,
“[transitive, intransitive]”: “⟨T, I⟩”,
“[intransitive, transitive, often passive]”: “⟨I, T, often passive⟩”,
“[transitive, often passive]”: “⟨T, often passive⟩”,
“[countable, usually singular]”: “⟨C, usually sing⟩”,
“[countable + singular or plural verb]”: “⟨C + sing or pl verb⟩”,
“[uncountable + singular or plural verb]”: “⟨U + sing or pl verb⟩”,
“[transitive, usually passive]”: “⟨T, usually passive⟩”,
“[transitive, often passive, intransitive]”: “⟨T, often passive, I⟩”,
“[no passive]”: “⟨no passive⟩”,
“[countable, usually singular, uncountable]”: “⟨C, usually sing, U⟩”,
“[countable, usually plural, uncountable]”: “⟨C, usually pl, U⟩”,
“[plural, singular or plural verb]”: “⟨pl, sing or pl verb⟩”,
“[singular + singular or plural verb]”: “⟨sing + sing or pl verb⟩”,
“[countable, singular, uncountable]”: “⟨C, sing, U⟩”,
“[intransitive, transitive, no passive]”: “⟨I, T, no passive⟩”,
“[transitive, no passive]”: “⟨T, no passive⟩”,
“[uncountable, countable, usually plural]”: “⟨U, C, usually pl⟩”,
“[plural, uncountable]”: “⟨pl, U⟩”,
“[countable + singular or plural verb, uncountable]”:
“⟨C + sing or pl verb, U⟩”,
“[transitive, intransitive, often passive]”: “⟨T, I, often passive⟩”,
“[intransitive, transitive, usually passive]”: “⟨I, T, usually passive⟩”,
“[transitive, usually passive, intransitive]”: “⟨T, usually passive, I⟩”,
“[countable, plural]”: “⟨C, pl⟩”,
“[singular or plural verb]”: “⟨sing or pl verb⟩”,
“[countable, uncountable + singular or plural verb]”:
“⟨C, U + sing or pl verb⟩”,
“[uncountable + singular or plural verb, countable]”:
“⟨U + sing or pl verb, C⟩”,
“[countable, singular]”: “⟨C, sing⟩”,
“[uncountable, countable, singular]”: “⟨U, C, sing⟩”,
“[countable, singular + singular or plural verb]”:
“⟨C, sing + sing or pl verb⟩”,
“[singular + singular or plural verb, uncountable]”:
“⟨sing + sing or pl verb, U⟩”,
“[transitive, no passive, intransitive]”: “⟨T, no passive, I⟩”,
“[usually singular, uncountable]”: “⟨usually sing, U⟩”,
“[transitive, intransitive, usually passive]”: “⟨T, I, usually passive⟩”,
};
不知道为什么goldendict下面没有本地发音, 已经下载了mdd包放在同文件夹里. 而欧陆就有发音.
不支持goldendict,只支持goldendict-ng
我在想需不需要改一下js使得遇上Mdict,goldendict这些老古董就禁止加载呢。
就是用的-ng, 版, “GoldenDict-ng-26.5.2-Qt6.7.2-Windows”, 而且刚才试了Hazuki的精装版, 也没声音. 反而一个2025年5月21号的完美版还有些例句有声音, 有些是美音英音都有.
最初分为在线版和离线版的原因就是。我不会自动检测mdd。。。。
leon的方法好像是先播放一次,然后fallback到在线。
我选择简单粗暴在Mdd里定义仨js文件,检测变量是否存在决定在线离线/嗯所以看到比hazuki多引用仨文件真的不是加私活了qwq
你试一下最新版goldendict-ng
https://ghfast.top/https://github.com/xiaoyifang/goldendict-ng/releases/download/v26.7.0-alpha.9e664bc8/GoldenDict-ng-26.7.0-Qt6.10.3-Windows-installer.exe
其实我自己这边就是拿goldendict-ng用的,没有遇到问题。。
试了最新版了, 一样的例句没声音, 你那边没问题的话, 估计是我自己的问题.
感谢答复
当然如果离线音频用不了的话也可以考虑欧路. 如果用的词典不多的话。欧路默认加载3本也够用的。
啊。改为在线发音也没用吗。
是单位没有网还是啥的。
我感觉可能更可能是mp3这个格式对于goldendict-ng在iot上播放不兼容导致的。嗯。




