From a83da2b8b4c536cec3ed3d18760d756f14e4e28c Mon Sep 17 00:00:00 2001 From: fish Date: Mon, 6 Jul 2026 12:12:42 +0800 Subject: [PATCH] =?UTF-8?q?serve=20=E4=BE=A7=E8=BE=B9=E6=A0=8F=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E4=B8=AA=E8=82=A1=E5=88=86=E6=9E=90=E5=92=8C=E5=A4=8D?= =?UTF-8?q?=E7=9B=98=E7=9A=84=20Beta=20=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- serve/frontend/src/components/Layout.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/serve/frontend/src/components/Layout.tsx b/serve/frontend/src/components/Layout.tsx index 4300af6..3b851ee 100644 --- a/serve/frontend/src/components/Layout.tsx +++ b/serve/frontend/src/components/Layout.tsx @@ -155,12 +155,6 @@ export function Layout() { <> {label} - {/* 个股分析 Beta 标识 */} - {(to === '/stock-analysis' || to === '/review') && ( - - Beta - - )} )}