57 lines
1.8 KiB
HTML
57 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html lang="zh-Hant">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>2026 世界盃專業投注研究台 | 爆冷觀察</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body data-page="upsets">
|
|
<header>
|
|
<div class="top-nav">
|
|
<a href="index.html" class="nav-brand">2026FIFA Betting Ops</a>
|
|
<a href="index.html">總覽</a>
|
|
<a href="analysis.html">賽事分析</a>
|
|
<a href="matches.html">比賽總表</a>
|
|
<a href="professional-dashboard.html">專業儀表</a>
|
|
<a href="upsets.html">爆冷觀察</a>
|
|
<a href="quantitative.html">量化模型</a>
|
|
<a href="sources.html">外部台帳</a>
|
|
<a href="portfolio.html">投注紀錄</a>
|
|
</div>
|
|
<div class="page">
|
|
<div class="hero">
|
|
<h1>爆冷觀察站</h1>
|
|
<p>聚焦低機率但具價格不對稱的高波動機會,並標示風險等級。</p>
|
|
</div>
|
|
<div class="actions">
|
|
<button id="btnRefresh">更新賠率與新聞</button>
|
|
<button id="btnAnalyze">重算策略</button>
|
|
<button id="btnSchedule">更新賽程對照</button>
|
|
</div>
|
|
<div id="status" class="status"></div>
|
|
</div>
|
|
</header>
|
|
|
|
<main class="page">
|
|
<section>
|
|
<h2>即時爆冷觀察</h2>
|
|
<div id="summaryCards" class="grid"></div>
|
|
</section>
|
|
|
|
<section>
|
|
<div class="card">
|
|
<h3>爆冷風險分佈</h3>
|
|
<div id="upsetRiskChart" class="mini-chart"></div>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<div id="upsetContainer"></div>
|
|
</section>
|
|
</main>
|
|
|
|
<script src="app.js"></script>
|
|
</body>
|
|
</html>
|