diff --git a/double_pinyin.schema.yaml b/double_pinyin.schema.yaml index 61d2da9..b1a84d8 100644 --- a/double_pinyin.schema.yaml +++ b/double_pinyin.schema.yaml @@ -261,4 +261,4 @@ speller: - xform/(.)ou$/$1Ⓑ/ - xform/in$/Ⓝ/ - xlit/ⓆⓌⓇⓉⓎⓊⒾⓄⓅⓈⒹⒻⒼⒽⓂⒿⒸⓀⓁⓏⓍⓋⒷⓃ/qwrtyuiopsdfghmjcklzxvbn/ - - abbrev/^(.).+$/$1/ # 首字母简拼 + # - abbrev/^(.).+$/$1/ # 首字母简拼,开启后会导致 3 个字母时 kj'x 变成 k'jx 的问题 diff --git a/double_pinyin_abc.schema.yaml b/double_pinyin_abc.schema.yaml index add844f..4c01434 100644 --- a/double_pinyin_abc.schema.yaml +++ b/double_pinyin_abc.schema.yaml @@ -260,4 +260,4 @@ speller: - xform/un$/Ⓝ/ - xform/[uv]e$|ui$/Ⓜ/ - xlit/ⓆⓌⒺⓇⓉⓎⓄⓅⒶⓈⒹⒻⒼⒽⒿⓀⓁⓏⓍⒸⓋⒷⓃⓂ/qwertyopasdfghjklzxcvbnm/ - - abbrev/^(.).+$/$1/ # 首字母简拼 + # - abbrev/^(.).+$/$1/ # 首字母简拼,开启后会导致 3 个字母时 kj'x 变成 k'jx 的问题 diff --git a/double_pinyin_flypy.schema.yaml b/double_pinyin_flypy.schema.yaml index 5143ef8..eac9dc3 100644 --- a/double_pinyin_flypy.schema.yaml +++ b/double_pinyin_flypy.schema.yaml @@ -261,5 +261,4 @@ speller: - xform/ui$/Ⓥ/ - xform/in$/Ⓑ/ - xlit/ⓆⓌⓇⓉⓎⓊⒾⓄⓅⓈⒹⒻⒼⒽⒿⓀⓁⓏⓍⒸⓋⒷⓃⓂ/qwrtyuiopsdfghjklzxcvbnm/ - - abbrev/^(.).+$/$1/ # 首字母简拼 - \ No newline at end of file + - abbrev/^(.).+$/$1/ # 首字母简拼,开启后会导致 3 个字母时 kj'x 变成 k'jx 的问题 diff --git a/double_pinyin_mspy.schema.yaml b/double_pinyin_mspy.schema.yaml index 540f50c..0241d59 100644 --- a/double_pinyin_mspy.schema.yaml +++ b/double_pinyin_mspy.schema.yaml @@ -267,4 +267,4 @@ speller: - xform/in$/Ⓝ/ - xform/ing$/;/ - xlit/ⓆⓌⓇⓉⓎⓊⒾⓄⓅⓈⒹⒻⒼⒽⓂⒿⒸⓀⓁⓏⓍⓋⒷⓃ/qwrtyuiopsdfghmjcklzxvbn/ - - abbrev/^(.).+$/$1/ # 首字母简拼 + # - abbrev/^(.).+$/$1/ # 首字母简拼,开启后会导致 3 个字母时 kj'x 变成 k'jx 的问题 diff --git a/double_pinyin_sogou.schema.yaml b/double_pinyin_sogou.schema.yaml index d7b90d9..021a25a 100644 --- a/double_pinyin_sogou.schema.yaml +++ b/double_pinyin_sogou.schema.yaml @@ -266,4 +266,4 @@ speller: - xform/in$/Ⓝ/ - xform/ing$/;/ - xlit/ⓆⓌⓇⓉⓎⓊⒾⓄⓅⓈⒹⒻⒼⒽⓂⒿⒸⓀⓁⓏⓍⓋⒷⓃ/qwrtyuiopsdfghmjcklzxvbn/ - - abbrev/^(.).+$/$1/ # 首字母简拼 + # - abbrev/^(.).+$/$1/ # 首字母简拼,开启后会导致 3 个字母时 kj'x 变成 k'jx 的问题 diff --git a/double_pinyin_ziguang.schema.yaml b/double_pinyin_ziguang.schema.yaml index ed2babe..c0a1aac 100644 --- a/double_pinyin_ziguang.schema.yaml +++ b/double_pinyin_ziguang.schema.yaml @@ -261,4 +261,4 @@ speller: - xform/ao$/Ⓠ/ # ao should be placed after iao - xform/an$/Ⓡ/ # an should be placed after uan/ian - xlit/ⓌⓉⓎⓊⒾⓄⓅⒶⒼⓈⒹⒻⒽⒿⓀⓁⓏⓍⒷⓃⓂⓆⓇ/wtyuiopagsdfhjklzxbnmqr/ - - abbrev/^(.).+$/$1/ # 首字母简拼 + # - abbrev/^(.).+$/$1/ # 首字母简拼,开启后会导致 3 个字母时 kj'x 变成 k'jx 的问题