From 33b9c0fa5bfda948cf72be8ade6ecff5358ea8c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=8F=E5=9B=AD=E7=8C=AB?= Date: Thu, 1 Feb 2024 12:33:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E6=8B=BC?= =?UTF-8?q?=E9=9F=B3=E6=89=93=E4=B8=8D=E5=87=BA=E6=9D=A5=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simple-input-method/simple-input-method.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/simple-input-method/simple-input-method.js b/simple-input-method/simple-input-method.js index ae9073f..16de735 100644 --- a/simple-input-method/simple-input-method.js +++ b/simple-input-method/simple-input-method.js @@ -32,7 +32,7 @@ var SimpleInputMethod = "r": "uan", "t": ["ue", "ve"], "y": "un", - "o": ["o", "uo"], + "o": ["o", "uo", ""], "p": "ie", "s": ["iong", "ong"], "d": "ai", @@ -49,7 +49,8 @@ var SimpleInputMethod = "b": "in", "n": ["iao", "n"], "m": "ian", - "a": ["a", ""] + "a": ["a", ""], + "e": ["e", ""], }, "conflictionSolutionList": { "t": { @@ -58,6 +59,7 @@ var SimpleInputMethod = }, "o": { "uo": ["r", "t", "u", "i", "s", "d", "g", "h", "k", "l", "z", "c", "v", "n"], + "": ["o"], "o": "else" }, "s": { @@ -91,10 +93,6 @@ var SimpleInputMethod = "e": { "": ["e"], "e": "else" - }, - "o": { - "": ["o"], - "o": "else" } } }