This commit is contained in:
2025-07-15 11:02:32 +08:00
parent c27bb3258f
commit 2a18f7dc8b
9 changed files with 2979 additions and 1279 deletions
@@ -75,7 +75,7 @@ namespace AibisDream
private void OnTextShown()
{
// 阻塞部分
// 阻塞部分 - 在快速模式下仍然需要阻塞,确保文本能够显示
_isNextBlocked = true;
_block = ActionKit.Delay(blockDuration, () =>
{
@@ -84,7 +84,7 @@ namespace AibisDream
}
).Start(this);
// 自动跳过部分
// 自动跳过部分 - 只在非快速模式下执行
if (DialogController.Instance.quickRunMode) return;
if (DialogController.Instance.autoRunMode || _isNextAutoSkip)