We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08dc1c commit baecff3Copy full SHA for baecff3
dics/hanyu7/hanyu7.ts
@@ -173,7 +173,7 @@ export async function processHanyu7(
173
const youSplit = reading.split("又");
174
if (youSplit.length > 1) {
175
reading = youSplit[0]!;
176
- entryContents.splice(1, 0, `(${youSplit.slice(1).join(" ")})`);
+ entryContents.splice(1, 0, `(${youSplit.slice(1).join("又")})`);
177
}
178
const definitionContentsForReading = {
179
tag: "span",
export.ts
@@ -5,7 +5,7 @@ import { processHanyu7 } from "./dics/hanyu7/hanyu7.ts";
5
6
const versions = {
7
guifan: "2025/12/17.2",
8
- hanyu7: "2025/12/20.1",
+ hanyu7: "2025/12/20.2",
9
};
10
11
const guifanPinyinDic = new Dictionary({ fileName: "guifan-pinyin.zip" });
0 commit comments