feat: 首页加🏥健康tab, 内嵌iframe加载三Tab监控
This commit is contained in:
@@ -51,6 +51,7 @@ body { background: #0f0f13; color: #e2e8f0; }
|
|||||||
<button class="tab-btn px-4 py-2 text-sm rounded-lg" data-tab="prompts">📝 提示词</button>
|
<button class="tab-btn px-4 py-2 text-sm rounded-lg" data-tab="prompts">📝 提示词</button>
|
||||||
<button class="tab-btn px-4 py-2 text-sm rounded-lg" data-tab="market">🌐 市场</button>
|
<button class="tab-btn px-4 py-2 text-sm rounded-lg" data-tab="market">🌐 市场</button>
|
||||||
<button class="tab-btn px-4 py-2 text-sm rounded-lg" data-tab="signals">🔍 信号</button>
|
<button class="tab-btn px-4 py-2 text-sm rounded-lg" data-tab="signals">🔍 信号</button>
|
||||||
|
<button class="tab-btn px-4 py-2 text-sm rounded-lg" data-tab="health">🏥 健康</button>
|
||||||
<a href="/upload" class="tab-btn px-4 py-2 text-sm rounded-lg" style="text-decoration:none;color:#fbbf24;border-color:#fbbf24">📸 上传</a>
|
<a href="/upload" class="tab-btn px-4 py-2 text-sm rounded-lg" style="text-decoration:none;color:#fbbf24;border-color:#fbbf24">📸 上传</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -64,6 +65,9 @@ body { background: #0f0f13; color: #e2e8f0; }
|
|||||||
<div id="tab-prompts" class="tab-content hidden"></div>
|
<div id="tab-prompts" class="tab-content hidden"></div>
|
||||||
<div id="tab-market" class="tab-content hidden"></div>
|
<div id="tab-market" class="tab-content hidden"></div>
|
||||||
<div id="tab-signals" class="tab-content hidden"></div>
|
<div id="tab-signals" class="tab-content hidden"></div>
|
||||||
|
<div id="tab-health" class="tab-content hidden">
|
||||||
|
<iframe src="/mofin_health.html" style="width:100%;height:100vh;border:none;background:#0d1117;border-radius:8px;"></iframe>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Stock Detail Modal -->
|
<!-- Stock Detail Modal -->
|
||||||
|
|||||||
Reference in New Issue
Block a user