From 817d130fd39c7cc225a571126e7c949260210ea4 Mon Sep 17 00:00:00 2001 From: fish Date: Mon, 6 Jul 2026 12:01:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=90=8C=E6=AD=A5=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=96=B0=E5=A2=9E=E6=89=A9=E5=B1=95=E6=95=B0=E6=8D=AE?= =?UTF-8?q?(=E6=A6=82=E5=BF=B5/=E8=A1=8C=E4=B8=9A)=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- local/frontend/src/pages/Sync.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/local/frontend/src/pages/Sync.tsx b/local/frontend/src/pages/Sync.tsx index b9b8f2d..28d4917 100644 --- a/local/frontend/src/pages/Sync.tsx +++ b/local/frontend/src/pages/Sync.tsx @@ -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 {