From db4cd912ce130f71a5caabd4c00ec086165af8dd Mon Sep 17 00:00:00 2001 From: amzxyz Date: Mon, 15 Dec 2025 19:36:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E4=BB=93=E3=80=81?= =?UTF-8?q?=E5=85=83=E6=95=B0=E7=BB=9F=E8=AE=A1=E4=B8=AD=E7=9A=84=E5=91=BD?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/input_statistics.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/input_statistics.lua b/lua/input_statistics.lua index 974a9b3..57a1918 100644 --- a/lua/input_statistics.lua +++ b/lua/input_statistics.lua @@ -23,7 +23,8 @@ local function process_platform_info(name, ver) -- 2. 平台名称本地化 if name == "Weasel" then name = "小狼毫" end if name == "trime" then name = "同文输入法" end - + if name == "hamster3" then name = "元书输入法" end + if name == "hamster" then name = "仓输入法" end return name, ver end