fix: extend batch installer selection timeout

This commit is contained in:
fujie
2026-03-16 15:49:18 +08:00
parent 6dac042059
commit 36419ba627
9 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ Batch Install Plugins from GitHub v1.1.0 将原本的安装确认步骤升级为
- 使用 `__event_call__({"type": "execute"})` 替换安装确认步骤
- 新增仓库解析和多仓库发现聚合流程,再进入过滤与安装阶段
- 返回包含 `confirmed``selected_ids` 的结构化结果
- 保留原有的 120 秒用户交互超时时间
- 将用户交互超时时间延长到 15 分钟900 秒)
- 安装顺序仍与用户传入的仓库顺序和过滤后的候选列表保持一致
## 验证