From 5baebc48359ab3e1659c8d5c962fa08987304b63 Mon Sep 17 00:00:00 2001 From: fonaix Date: Wed, 19 Jun 2024 20:03:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=AD=E5=AD=97=E8=AF=8D=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E3=80=81=E5=85=A8=E5=8D=8A=E8=A7=92=E5=AF=B9=E5=BA=94switches?= =?UTF-8?q?=E5=BA=8F=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Models/WubiCustomModel.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Models/WubiCustomModel.cs b/Models/WubiCustomModel.cs index 7adbd5d..35064b6 100644 --- a/Models/WubiCustomModel.cs +++ b/Models/WubiCustomModel.cs @@ -25,9 +25,9 @@ namespace WubiMaster.Models show_es = "switches/@0/reset"; zh_trad = "switches/@2/reset"; new_spelling = "switches/@3/reset"; - GB2312 = "switches/@4/reset"; - single_char = "switches/@6/reset"; - full_shape = "switches/@7/reset"; + GB2312 = "switches/@5/reset"; + single_char = "switches/@7/reset"; + full_shape = "switches/@9/reset"; } } } -- Gitee