feat: 核心股追踪行点击展开显示所属题材列表
- active 接口返回每只核心股 themes(窗口内按题材去重) - 页面行点击展开题材标签,chevron 指示展开状态 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -9,6 +9,7 @@ export interface ActiveCoreStock {
|
||||
appearCount: number;
|
||||
lastAppear: string | null;
|
||||
daysSinceLastAppear: number; // 最近上榜距窗口最新交易日的自然日差
|
||||
themes: { theme_code: string; theme_name: string }[]; // 所属题材列表
|
||||
}
|
||||
|
||||
export interface ActiveCoreStocksResponse {
|
||||
|
||||
Reference in New Issue
Block a user