Skip to content

Commit 6b092a5

Browse files
authored
Add files via upload
1 parent 0785b5b commit 6b092a5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

frontend/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@
240240
<div class="inline-pagination" id="inlinePagination" style="display: none;"></div>
241241
</div>
242242
<div class="results-info-right" id="downloadButtons" style="display: none;">
243+
<button class="btn btn-sm" onclick="openAllLinks()" title="在默认浏览器中打开当前页所有链接">🔗 全部打开</button>
243244
<button class="btn btn-sm" onclick="downloadCurrentPage()" title="下载当前页">当前页</button>
244245
<button class="btn btn-primary btn-sm" onclick="downloadAllPages()" title="下载全部">下载全部</button>
245246
<button class="btn btn-sm" id="smartDownloadBtn" onclick="openSmartDownload()" title="智能分片下载:自动拆分大查询,规避F点消耗" style="background: linear-gradient(135deg, #8b5cf6, #6366f1); color: white; border-color: transparent;">🧠 智能下载</button>
@@ -455,6 +456,15 @@ <h2 class="settings-title">
455456
</div>
456457
<p class="settings-section-desc">自定义 HTTP 请求头,发送给 FOFA API</p>
457458

459+
<!-- FOFA 查询超时 -->
460+
<div class="settings-field" style="margin-bottom: 12px;">
461+
<label>FOFA 查询超时(秒)</label>
462+
<p class="settings-toggle-desc">单个 API 请求的最大等待时间,超时后自动中止。默认 30,范围 5–300。</p>
463+
<input type="number" class="settings-input" id="requestTimeout"
464+
min="5" max="300" step="5" placeholder="30"
465+
style="width: 120px; margin-top: 6px;">
466+
</div>
467+
458468
<!-- User-Agent -->
459469
<div class="settings-field" style="margin-bottom: 12px;">
460470
<label>User-Agent</label>

0 commit comments

Comments
 (0)