fix: 移除标志符号注释提示

This commit is contained in:
amzxyz
2026-01-19 22:52:30 +08:00
parent ba8f41d71e
commit 79f5778316

View File

@@ -563,11 +563,7 @@ function ZH.func(input, env)
final_comment = az_comment
end
end
if cand.type == "user_phrase" then -- 用户字典
final_comment = final_comment .. ""
elseif cand.type == "sentence" then -- 造句
final_comment = final_comment .. ""
end
-- 应用注释
if final_comment ~= initial_comment then
genuine_cand.comment = final_comment