fix(ui): 修复终端空行不显示的问题

This commit is contained in:
2026-03-13 22:04:20 +08:00
parent ad5bd9582e
commit e218eeb3f6
+1 -1
View File
@@ -141,7 +141,7 @@ namespace AibisDream.UI
public void AddText(string text)
{
if (string.IsNullOrEmpty(text))
return;
text = " ";
// 如果使用Typewriter和TextAnimator,使用ShowText方法追加文本并播放动画
if (typewriter != null && textAnimator != null)