File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ export async function processGuifan(
151151 content : definitionContentsForReading ,
152152 } ) ;
153153 const zhuyinTermEntry = new TermEntry ( term . headword )
154- . setReading ( p2z ( reading . replaceAll ( " " , "" ) ) )
154+ . setReading ( p2z ( reading ) . replaceAll ( " " , "" ) )
155155 . addDetailedDefinition ( {
156156 type : "structured-content" ,
157157 content : definitionContentsForReading ,
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import { processGuifan } from "./dics/guifan/guifan.ts";
44import { processHanyu7 } from "./dics/hanyu7/hanyu7.ts" ;
55
66const versions = {
7- guifan : "2025/12/30.2 " ,
8- hanyu7 : "2025/12/30.2 " ,
7+ guifan : "2025/12/30.3 " ,
8+ hanyu7 : "2025/12/30.3 " ,
99} ;
1010
1111const guifanPinyinDic = new Dictionary ( { fileName : "guifan-pinyin.zip" } ) ;
You can’t perform that action at this time.
0 commit comments