Merge branch 'develop' into 火山美术合入2.11

This commit is contained in:
2026-03-13 22:10:00 +08:00
11 changed files with 491 additions and 39 deletions
+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)