feat: 固定操作间延迟设置并更新相关文档和测试

This commit is contained in:
QLHazyCoder
2026-05-18 01:29:24 +08:00
parent 7564481868
commit e5dc675369
10 changed files with 79 additions and 152 deletions
+1 -1
View File
@@ -3033,7 +3033,7 @@ function normalizePersistentSettingValue(key, value) {
case 'autoRunDelayEnabled':
return Boolean(value);
case 'operationDelayEnabled':
return typeof value === 'boolean' ? value : true;
return true;
case 'step6CookieCleanupEnabled':
return Boolean(value);
case 'stepExecutionRangeByFlow':