数据同步页面新增扩展数据(概念/行业)同步选项

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-06 12:01:14 +08:00
parent 8031f27f85
commit 817d130fd3
+1
View File
@@ -38,6 +38,7 @@ const ALL_PARTS: PartEntry[] = [
{ key: 'instruments_etf', label: 'ETF 列表' },
{ key: 'financials', label: '财务数据' },
{ key: 'pools', label: '板块池' },
{ key: 'ext_data', label: '扩展数据(概念/行业)' },
]
function fmtSize(bytes: number): string {