Skip to content

Commit 7232b17

Browse files
committed
fix: 英文方案不再派生出小写单编码 close #1465
1 parent 6f1a658 commit 7232b17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

melt_eng.schema.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
schema:
1010
schema_id: melt_eng
1111
name: Easy English Nano
12-
version: "2023-10-17"
12+
version: "2026-01-30"
1313
author:
1414
- Patrick <ipatrickmac@gmail.com>
1515
- tumuyan <tumuyan@21cn.com>
@@ -133,6 +133,8 @@ algebra_common:
133133
- derive/^([a-z]{8})/\U$1/
134134
- derive/^([a-z]{9})/\U$1/
135135
- derive/^([a-z]{10})/\U$1/
136+
# 禁用小写单编码
137+
- erase/^[a-z]$/
136138

137139
# 全拼
138140
algebra_rime_ice:

0 commit comments

Comments
 (0)