Files
2026FIFAWorldCup/public/sources.html

72 lines
2.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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="sources">
<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>
<p id="sourceRegistryLegend" class="source-legend">
<span class="source-badge ok">active即時</span>
<span class="source-badge loading">conditional條件</span>
<span class="source-badge reference">planned規劃</span>
<span class="source-badge pending">reference_only參考</span>
</p>
<div id="sourceRegistry" class="grid"></div>
</section>
<section>
<h2>來源整合儀表</h2>
<article class="card">
<h3>來源整合方式分佈</h3>
<div id="sourceHealthChart" class="mini-chart"></div>
</article>
</section>
<section>
<h2>為何選擇多來源?</h2>
<div class="card">
<ul>
<li>單一來源易受延遲與單點故障影響,需多來源交叉確認。</li>
<li>主幹採 The Odds API輔助以新聞與官方主站核對賽事時間與走勢。</li>
<li>每場分析包含風險、EV、Kelly、信心係數避免只追高賠率。</li>
<li>每 6 小時切換至高頻刷新邏輯,臨場時段可回到 45 秒級別。</li>
</ul>
</div>
</section>
</main>
<script src="app.js"></script>
</body>
</html>