feat: 题材/热点穿透页加入核心股追踪入口

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Sakurasan
2026-08-10 20:59:12 +08:00
co-authored by Claude
parent a7cff0930d
commit ac985a2140
2 changed files with 14 additions and 0 deletions
+7
View File
@@ -114,6 +114,13 @@ function HotMapPage() {
>
<RefreshCw className={`h-4 w-4 ${isFetching ? "animate-spin" : ""}`} />
</button>
<Link
to="/core-stocks"
className="text-xs text-primary flex items-center gap-1 hover:opacity-80 transition-opacity whitespace-nowrap"
>
<Flame className="h-3.5 w-3.5" />
</Link>
</div>
</div>
+7
View File
@@ -71,6 +71,13 @@ function ThemesPage() {
<Network className="h-3.5 w-3.5" />
穿
</Link>
<Link
to="/core-stocks"
className="text-xs text-primary flex items-center gap-1 hover:opacity-80 transition-opacity"
>
<Flame className="h-3.5 w-3.5" />
</Link>
<button
onClick={() => refetch()}
className="text-muted-foreground hover:text-foreground transition-colors"