feat: 核心股追踪行点击展开显示所属题材列表

- active 接口返回每只核心股 themes(窗口内按题材去重)
- 页面行点击展开题材标签,chevron 指示展开状态

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Sakurasan
2026-08-10 21:50:16 +08:00
co-authored by Claude
parent 23644a9c77
commit 6d3c470b7b
3 changed files with 77 additions and 29 deletions
+1
View File
@@ -9,6 +9,7 @@ export interface ActiveCoreStock {
appearCount: number;
lastAppear: string | null;
daysSinceLastAppear: number; // 最近上榜距窗口最新交易日的自然日差
themes: { theme_code: string; theme_name: string }[]; // 所属题材列表
}
export interface ActiveCoreStocksResponse {