From 9155d0d04f866717abcd30933b658d62b8d730cf Mon Sep 17 00:00:00 2001 From: Dvel Date: Thu, 12 Oct 2023 19:59:16 +0800 Subject: [PATCH] =?UTF-8?q?conf:=20=E5=8F=8C=E6=8B=BC=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=B8=8D=E5=90=AF=E7=94=A8=E7=AE=80=E6=8B=BC=20#508?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- double_pinyin.schema.yaml | 2 +- double_pinyin_abc.schema.yaml | 2 +- double_pinyin_flypy.schema.yaml | 3 +-- double_pinyin_mspy.schema.yaml | 2 +- double_pinyin_sogou.schema.yaml | 2 +- double_pinyin_ziguang.schema.yaml | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) 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 的问题