Merge branch 'bugfix/屏幕空行不兼容' into 'develop'

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

See merge request aibis-dream/aibis-dream!640
This commit is contained in:
2026-03-13 14:05:22 +00:00
+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)