fix: 超级注释放开末尾~,他代表单词未完全输入完成的尾部视觉提示

This commit is contained in:
amzxyz
2026-01-03 14:35:47 +08:00
parent 2857ba2dc7
commit 092104f1f9

View File

@@ -496,7 +496,11 @@ function ZH.func(input, env)
final_comment = fz_comment
end
else
final_comment = ""
if initial_comment and string.find(initial_comment, "~") then --保留尾部临时英文标记
final_comment = initial_comment
else
final_comment = ""
end
end
-- ② 拆分注释