牛津小学生英汉双解词典重制版

可能你放词典的路径有特殊字符,可以试试把词典放到D盘根目录下。

大侠 能不能放在百度网盘下载?!谢谢。

我用的也是欧路最新版

没有百度网盘,你可以用下载工具下载,挂在那里坐等就行,站长的网盘免费无广告挺好用的。就是有时候上传不稳定,下载一直没啥大问题。前段时间有俄罗斯网友反馈:

Over the past few days, uploading to the FreeMdict cloud storage is a real torture and almost impossible. It can only be uploaded a few hours a day, and the rest of the time - not at all, or with extremely low speed. Therefore, for the latest uploaded files, and for higher speed, use our Russian mirror; don’t forget to check the files named Additional Links.md in the separate folders:

Please share your css.

add the below code to the original CSS:

/* ============================================================
Oxford Primary 纯英净化版
============================================================ */

/* 1. 批量隐藏:中文标签、翻译内容、以及所有多余的中文音频图标 /
.op-pos-zh, .op-chn, .op-example-zh, .op-word-or-zh,
.op-def + .op-audio, .op-def + a[href
=“sound”],
.op-example-zh + .op-audio, .op-example-zh + a[href*=“sound”] {
display: none !important;
}

/* 2. 标签净化:隐藏原生中文文本 (in grammar / American / or 或) */
.op-subject-text, .op-region, .op-conj {
font-size: 0 !important;
}

/* 3. 标签补回:统一英文样式 */
.op-subject-text::before, .op-region::before, .op-conj::before {
font-size: 15px !important;
font-style: italic;
color: #777;
visibility: visible !important;
}

/* 4. 分别指定补回的英文内容 /
.op-subject-text::before { content: “in grammar”; }
.op-region::before { content: “American”; }
.op-conj::before {
content: "or ";
font-style: normal; /
or 通常不需要斜体,保持原样 */
}