Merge branch 'bugfix/屏幕空行不兼容' into 'develop'
fix(ui): 修复终端空行不显示的问题 See merge request aibis-dream/aibis-dream!640
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user