125 lines
4.4 KiB
HTML
125 lines
4.4 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="home">
|
||
<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>2026 FIFA 世界盃投注研究站</h1>
|
||
<p>專業賠率抓取、全賽事分析、新聞交叉核對,台北時間(UTC+8)即時更新。</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="todayInsightCards" class="grid single-grid"></div>
|
||
</section>
|
||
|
||
<section>
|
||
<p class="section-kicker">2026 世界盃 · 台北時間(UTC+8)策略中心</p>
|
||
<h2 id="todayMatchesTitle">今天(台北時間)賽事完整投注建議</h2>
|
||
<div id="todayMatches" class="grid today-grid"></div>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>即時戰情總覽</h2>
|
||
<div id="summaryCards" class="grid"></div>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>賽程與新聞對照</h2>
|
||
<div class="grid">
|
||
<div>
|
||
<h3>日程密度</h3>
|
||
<div id="scheduleByDate"></div>
|
||
</div>
|
||
<div>
|
||
<h3>48 小時內新聞熱度</h3>
|
||
<div id="newsHeat"></div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>推薦分層速覽</h2>
|
||
<div class="grid single-grid">
|
||
<article class="card">
|
||
<h3>高勝率</h3>
|
||
<ul id="highSingles"></ul>
|
||
</article>
|
||
<article class="card">
|
||
<h3>中勝率</h3>
|
||
<ul id="mediumSingles"></ul>
|
||
</article>
|
||
<article class="card">
|
||
<h3>低勝率</h3>
|
||
<ul id="lowSingles"></ul>
|
||
</article>
|
||
</div>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>視覺化看板</h2>
|
||
<div class="grid mini-grid">
|
||
<article class="card">
|
||
<h3>勝率分佈(高 / 中 / 低)</h3>
|
||
<div id="tierDistributionChart" class="mini-chart"></div>
|
||
</article>
|
||
<article class="card">
|
||
<h3>外部來源整合狀態</h3>
|
||
<div id="sourceHealthChart" class="mini-chart"></div>
|
||
</article>
|
||
</div>
|
||
</section>
|
||
|
||
<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>
|
||
</main>
|
||
|
||
<section class="methodology">
|
||
<h2>方法補充(非單一黑箱)</h2>
|
||
<ul>
|
||
<li>多市場交叉驗證:1X2、讓球、大小球、BTTS 同時評估。</li>
|
||
<li>時間優先權:開賽前 48 小時新聞權重提高,賽程壓迫場次提高疲勞懲罰。</li>
|
||
<li>風險控制:以高勝率單場為主軸,低勝率場次只做配平價值下注。</li>
|
||
<li>串關限制:最多 2 串 / 3 串,以降低事件共振風險。</li>
|
||
</ul>
|
||
<p class="note">僅供研究與風險分析參考,請使用固定本金比例控制資金,避免情緒化加碼。</p>
|
||
</section>
|
||
|
||
<script src="app.js"></script>
|
||
</body>
|
||
</html>
|