新增同步 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:
2026-07-06 10:53:00 +08:00
parent 274b90eef6
commit 8031f27f85
4 changed files with 79 additions and 72 deletions
+1
View File
@@ -36,6 +36,7 @@ SYNCABLE_PARTS = [
"instruments_etf",
"financials",
"pools",
"ext_data",
]