From 22699f5ade55cf27b33417e7e53346218e8c83e4 Mon Sep 17 00:00:00 2001 From: Lithium-7 <46740470+Lithium-7@users.noreply.github.com> Date: Fri, 7 Mar 2025 01:01:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=8D=95=E9=9F=B5?= =?UTF-8?q?=E6=AF=8D=E6=8B=BC=E9=9F=B3=E7=9A=84=E6=98=BE=E7=A4=BA=E5=92=8C?= =?UTF-8?q?=E4=B8=8A=E5=B1=8F=20(#1178)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- double_pinyin.schema.yaml | 3 +++ double_pinyin_flypy.schema.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/double_pinyin.schema.yaml b/double_pinyin.schema.yaml index 10fe221..760a67e 100644 --- a/double_pinyin.schema.yaml +++ b/double_pinyin.schema.yaml @@ -161,6 +161,9 @@ translator: - xform/^/[/ - xform/$/]/ preedit_format: # preedit_format 影响到输入框的显示和“Shift+回车”上屏的字符 + - xform/(^|[ '])aa/$1a/ + - xform/(^|[ '])ee/$1e/ + - xform/(^|[ '])oo/$1o/ - xform/([bpmnljqxy])n/$1in/ - xform/(\w)g/$1eng/ - xform/(\w)q/$1iu/ diff --git a/double_pinyin_flypy.schema.yaml b/double_pinyin_flypy.schema.yaml index 652e659..7e1fb78 100644 --- a/double_pinyin_flypy.schema.yaml +++ b/double_pinyin_flypy.schema.yaml @@ -161,6 +161,9 @@ translator: - xform/^/[/ - xform/$/]/ preedit_format: # preedit_format 影响到输入框的显示和“Shift+回车”上屏的字符 + - xform/(^|[ '])aa/$1a/ + - xform/(^|[ '])ee/$1e/ + - xform/(^|[ '])oo/$1o/ - xform/([bpmfdtnljqx])n/$1iao/ - xform/(\w)g/$1eng/ - xform/(\w)q/$1iu/