From 79f5778316763ca0197bb91c58af875e66e74eba Mon Sep 17 00:00:00 2001 From: amzxyz Date: Mon, 19 Jan 2026 22:52:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E6=A0=87=E5=BF=97?= =?UTF-8?q?=E7=AC=A6=E5=8F=B7=E6=B3=A8=E9=87=8A=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/super_comment_preedit.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lua/super_comment_preedit.lua b/lua/super_comment_preedit.lua index 49396a6..21f105f 100644 --- a/lua/super_comment_preedit.lua +++ b/lua/super_comment_preedit.lua @@ -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