fix: 增加仓、元数统计中的命名

This commit is contained in:
amzxyz
2025-12-15 19:36:05 +08:00
parent 16964d4b52
commit db4cd912ce

View File

@@ -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