mirror of
https://github.com/d0zingcat/rime_wanxiang.git
synced 2026-05-13 15:10:03 +00:00
fix: 移除标志符号注释提示
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user