GoldenDict-ng(Linux/macOS/Windows)基于Qt5.15.2/Qt6.X版本

初步判定是Macquarie Dictionary 6th这本词典的css文件里面类似

div.pron + div[style="margin-left:0em"],
div.pron + div[style="margin-left:0em"] + div[style="margin-left:0em"],
div.pron + div[style="margin-left:0em"] + div[style="margin-left:0em"] + div[style="margin-left:0em"] {
    padding-left: 0!important;
}

div.pron + div[style="margin-left:0em"] {
    margin-top: 0;
}

div[style="padding-left:0.5em"] + div[style="margin-left:0em"],
div[style="padding-left:0.7em"] + div[style="margin-left:0em"],
div[style="margin-left:0em"]:not(.pron):not(.hw) + div[style="margin-left:0em"] {
    padding-left: 0!important;
    margin-top: 1em;
}
div[style="padding-left:0.5em"] + div[style="margin-left:0em"]::first-letter,
div[style="padding-left:0.7em"] + div[style="margin-left:0em"]::first-letter,
div[style="margin-left:0em"]:not(.pron):not(.hw) + div[style="margin-left:0em"]::first-letter,
div.pron + div[style="margin-left:0em"] + div[style="margin-left:0em"]::first-letter {
    color: #939429!important
}

这样的语句阻碍了加载。原因未知。目前是个别词典的现象,直接css注释掉完事。如果采用了https://forum.freemdict.com/t/topic/1939 这个帖子里面的css需要注意,会出现goldendict不兼容现象。

1 个赞