📊 抓取结果
+抓取结果
所有抓取来源的历史结果,按抓取时间倒序展示
From b9270428db9bea951ea07b0c22098160ffbc4a1e Mon Sep 17 00:00:00 2001 From: zhaojunlong <5482498@qq.com> Date: Tue, 10 Mar 2026 17:58:09 +0800 Subject: [PATCH] =?UTF-8?q?```=20feat(config):=20style(ui):=20=E5=85=A8?= =?UTF-8?q?=E9=9D=A2=E9=87=8D=E6=9E=84=E7=94=A8=E6=88=B7=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 引入新的配色方案和设计系统变量 - 更新字体家族,使用 Fira Sans 和 Noto Sans SC - 重新设计页面布局和组件样式 - 添加响应式设计优化 - 改进按钮、表格、表单等UI元素的视觉效果 feat(tasks): 添加任务级别浏览器配置选项 - 在任务配置中增加独立的浏览器开启/关闭选项 - 支持任务继承全局浏览器设置 - 在任务列表中显示浏览器配置状态 - 实现任务级别的 useBrowser 字段管理 ``` --- public/app.js | 2 +- public/index.html | 400 +++++++++++++++++++++++++++++++++++--------- public/results.html | 388 +++++++++++++++++++++++++++++++++++++----- src/emailService.js | 26 +-- src/scheduler.js | 3 +- src/server.js | 14 +- 6 files changed, 699 insertions(+), 134 deletions(-) diff --git a/public/app.js b/public/app.js index dc5d909..3a2ffb3 100644 --- a/public/app.js +++ b/public/app.js @@ -1063,7 +1063,7 @@ async function generateCombinedReport() { function displayCombinedReport(winningReport, bidReport, container) { const html = ` -
所有抓取来源的历史结果,按抓取时间倒序展示