Skip to content

Commit 837f759

Browse files
committed
fix: 修复未激活的方案内,拆字引入错误
修复未激活的方案内,拆字引入错误问题 resolve #103
1 parent 6fd3f43 commit 837f759

5 files changed

+5
-5
lines changed

double_pinyin.schema.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ wubi98_mint:
255255
tips: 〔五笔〕
256256

257257
# 部件拆字反查
258-
radical_lookup:
258+
radical_reverse_lookup:
259259
tag: radical_lookup
260260
dictionary: radical_pinyin
261261
enable_user_dict: false

double_pinyin_abc.schema.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ wubi98_mint:
256256
tips: 〔五笔〕
257257

258258
# 部件拆字反查
259-
radical_lookup:
259+
radical_reverse_lookup:
260260
tag: radical_lookup
261261
dictionary: radical_pinyin
262262
enable_user_dict: false

double_pinyin_mspy.schema.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ wubi98_mint:
262262
tips: 〔五笔〕
263263

264264
# 部件拆字反查
265-
radical_lookup:
265+
radical_reverse_lookup:
266266
tag: radical_lookup
267267
dictionary: radical_pinyin
268268
enable_user_dict: false

double_pinyin_sogou.schema.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ wubi98_mint:
261261
tips: 〔五笔〕
262262

263263
# 部件拆字反查
264-
radical_lookup:
264+
radical_reverse_lookup:
265265
tag: radical_lookup
266266
dictionary: radical_pinyin
267267
enable_user_dict: false

double_pinyin_ziguang.schema.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ wubi98_mint:
256256
tips: 〔五笔〕
257257

258258
# 部件拆字反查
259-
radical_lookup:
259+
radical_reverse_lookup:
260260
tag: radical_lookup
261261
dictionary: radical_pinyin
262262
enable_user_dict: false

0 commit comments

Comments
 (0)