From bb61028007757ac1f9dd4ecba6ef9c658293e5c2 Mon Sep 17 00:00:00 2001 From: xucheng Date: Mon, 5 Jan 2026 12:14:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E5=B8=83=E5=B1=80=EF=BC=8C=E6=94=B9=E8=BF=9B=E8=82=A1?= =?UTF-8?q?=E7=A5=A8=E6=90=9C=E7=B4=A2=E7=BB=93=E6=9E=9C=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E4=B8=BA=E5=93=8D=E5=BA=94=E5=BC=8F=E7=BD=91=E6=A0=BC=EF=BC=8C?= =?UTF-8?q?=E5=B9=B6=E6=9B=B4=E6=96=B0Gemini=E6=A8=A1=E5=9E=8B=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/app/config/page.tsx | 4 ++-- frontend/src/app/page.tsx | 2 +- frontend/src/components/nav-header.tsx | 26 +++++++++++++----------- frontend/src/components/search-stock.tsx | 20 +++++++++--------- 4 files changed, 27 insertions(+), 25 deletions(-) diff --git a/frontend/src/app/config/page.tsx b/frontend/src/app/config/page.tsx index 164ce8b..753bc7e 100644 --- a/frontend/src/app/config/page.tsx +++ b/frontend/src/app/config/page.tsx @@ -73,8 +73,8 @@ export default function ConfigPage() { > - - + + diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index 05d5bf2..066f231 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -7,7 +7,7 @@ export default function Home() {

股票分析

- 输入公司名称或股票代码,开始全面的AI驱动的分析。 + 输入公司名称或股票代码,开始全面的AI驱动的分析。支持中国、香港、美国、日本的公司分析。

diff --git a/frontend/src/components/nav-header.tsx b/frontend/src/components/nav-header.tsx index 0c371eb..0baa391 100644 --- a/frontend/src/components/nav-header.tsx +++ b/frontend/src/components/nav-header.tsx @@ -5,19 +5,21 @@ import { MonitorPlay } from "lucide-react" export function NavHeader() { return ( -
- - - 股票分析 AI - - + +
) } diff --git a/frontend/src/components/search-stock.tsx b/frontend/src/components/search-stock.tsx index 81ea51e..3677347 100644 --- a/frontend/src/components/search-stock.tsx +++ b/frontend/src/components/search-stock.tsx @@ -68,19 +68,19 @@ export function SearchStock() { {results.length > 1 && (
找到 {results.length} 个结果,请选择:
)} - {results.map((result, index) => ( -
-
{result.company_name}
-
- 市场: {result.market} | 代码: {result.symbol} -
-
-
-
- ))} + ))} + )}