提交
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user