2025-12-2genxin

This commit is contained in:
2025-12-02 14:58:52 +08:00
parent 4fef65bd93
commit be0954828c
36 changed files with 3352 additions and 1638 deletions

View File

@@ -1053,9 +1053,9 @@
<!-- 头部 -->
<header class="header">
<div class="header-content">
<a href="#" class="logo">🔍 易搜高</a>
<a href="frontend.html" class="logo">🔍 易搜高</a>
<nav class="nav-menu">
<a href="#" class="nav-link active">首页</a>
<a href="frontend.html" class="nav-link active">首页</a>
<a href="#" class="nav-link">监控中心</a>
<a href="#" class="nav-link">数据分析</a>
<a href="#" class="nav-link">帮助文档</a>
@@ -1073,6 +1073,7 @@
<div class="nav-tabs">
<button class="nav-tab active" data-tab="library">📚 自媒体库</button>
<button class="nav-tab" data-tab="monitor">👁️ 监控账号</button>
<button class="nav-tab" onclick="window.location.href='index.html'" style="background: linear-gradient(135deg, #28a745 0%, #20c997 100%); color: white; margin-top: 10px;">🚀 爬虫系统</button>
</div>
</div>