feat: 核心股追踪改名热点股追踪

页面标题、页面内'活跃核心股'描述、入口链接文案同步更名;
热点穿透页内'穿透核心股'列表概念(覆盖题材数)保留原名。
底层路由/表名/代码标识符 core_stocks 不变。

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Sakurasan
2026-08-10 23:02:39 +08:00
co-authored by Claude
parent c610faa4ad
commit b29ca8413c
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ function CoreStocksPage() {
<Link to="/hot-map" className="hover:opacity-70 transition-opacity" aria-label="返回">
<ArrowLeft className="h-5 w-5" />
</Link>
<h1 className="text-base font-semibold"></h1>
<h1 className="text-base font-semibold"></h1>
</div>
<button
onClick={() => refetch()}
@@ -49,7 +49,7 @@ function CoreStocksPage() {
<div className="max-w-5xl mx-auto px-4 mt-3 pb-8">
<p className="text-[10px] text-muted-foreground mb-2">
10 · · {stocks.length}
10 · · {stocks.length}
</p>
{isLoading ? (
+1 -1
View File
@@ -119,7 +119,7 @@ function HotMapPage() {
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>
+1 -1
View File
@@ -76,7 +76,7 @@ function ThemesPage() {
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()}