diff --git a/Assets/Scripts/UI/Components/TerminalText.cs b/Assets/Scripts/UI/Components/TerminalText.cs index b069e1734..bc91f6c2c 100644 --- a/Assets/Scripts/UI/Components/TerminalText.cs +++ b/Assets/Scripts/UI/Components/TerminalText.cs @@ -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)