63 lines
3.0 KiB
HTML
63 lines
3.0 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="theme-color" content="#123c34">
|
|
<title>每日情报 · Daily Digest</title>
|
|
<link rel="stylesheet" href="/styles.css">
|
|
</head>
|
|
<body>
|
|
<header class="topbar">
|
|
<a class="brand" href="/">
|
|
<span class="brand-mark">D</span>
|
|
<span><strong>Daily Digest</strong><small>每日行业情报</small></span>
|
|
</a>
|
|
<nav><a class="nav-link active" href="/">日报</a><a class="nav-link" href="/settings">设置管理</a></nav>
|
|
</header>
|
|
|
|
<main class="shell">
|
|
<section class="hero">
|
|
<div class="hero-copy">
|
|
<div class="eyebrow"><span class="live-dot"></span> DAILY SIGNALS</div>
|
|
<h1>今天值得读的<br><em>行业情报</em></h1>
|
|
<p>把 AI、Agent 与农业产业链的重要动态,按主题整理成一份可追踪的日报。</p>
|
|
</div>
|
|
<div class="hero-side">
|
|
<div class="date-label">今日日期</div>
|
|
<div id="todayLabel" class="today-date">—</div>
|
|
<div id="healthLabel" class="health-label"><span class="status-dot"></span>正在检查数据库</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="toolbar card">
|
|
<div class="toolbar-heading"><span class="section-kicker">ARCHIVE</span><h2>日报档案</h2></div>
|
|
<div class="filters">
|
|
<label class="search-box"><span>⌕</span><input id="searchInput" type="search" placeholder="搜索标题、摘要或关键词" aria-label="搜索日报"></label>
|
|
<label class="date-box"><span>日期</span><input id="dateInput" type="date" aria-label="选择日期"></label>
|
|
<select id="categoryInput" aria-label="选择栏目">
|
|
<option value="">全部栏目</option>
|
|
<option value="ai_agent">AI 与 Agent</option>
|
|
<option value="agri_hardware">农业硬件</option>
|
|
<option value="agri_solutions">农业方案落地</option>
|
|
<option value="agri_services">农业服务</option>
|
|
<option value="policy_market">政策与市场</option>
|
|
</select>
|
|
<button id="clearFilters" class="button button-ghost" type="button">清除</button>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="summary-grid" aria-label="日报统计">
|
|
<div class="stat-card"><span class="stat-label">报告数量</span><strong id="reportCount">—</strong><small>按筛选条件</small></div>
|
|
<div class="stat-card"><span class="stat-label">今日文章</span><strong id="articleCount">—</strong><small>已收录资讯</small></div>
|
|
<div class="stat-card accent-card"><span class="stat-label">信息状态</span><strong id="sourceCount">—</strong><small>来源持续更新中</small></div>
|
|
</section>
|
|
|
|
<section id="reportList" class="report-list" aria-live="polite"></section>
|
|
</main>
|
|
|
|
<footer class="footer"><span>DAILY DIGEST</span><span>资讯原文版权归原作者所有</span></footer>
|
|
<script src="/app.js"></script>
|
|
</body>
|
|
</html>
|