新增同步 ext_data(概念/行业) 和本地化财务数据展示
- 将 ext_data 加入 SYNCABLE_PARTS,概念/行业分类数据可从 local 同步到 serve - 去掉 serve 财务分析接口的 Cap.FINANCIAL 能力门控,依赖本地 parquet 文件来展示数据 - serve 财务分析前端在无 API Key 但有同步数据时正常展示,隐藏同步按钮 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -36,6 +36,7 @@ SYNCABLE_PARTS = [
|
||||
"instruments_etf",
|
||||
"financials",
|
||||
"pools",
|
||||
"ext_data",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user