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} -
-
-
-
- ))} + ))} + )}