refactor(FinancialPanorama): 添加数据加载 Hook
useFinancialData Hook 功能: - 9个财务API并行加载(Promise.all) - 股票信息、资产负债表、利润表、现金流量表 - 财务指标、主营业务、业绩预告 - 行业排名、期间对比 - 支持期数选择(4/8/12/16期) - 自动响应 stockCode 变化重新加载 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Hooks 统一导出
|
||||
*/
|
||||
|
||||
export { useFinancialData } from './useFinancialData';
|
||||
export type { default as UseFinancialDataReturn } from './useFinancialData';
|
||||
Reference in New Issue
Block a user