diff --git a/frontend/src/pages/StockAnalysis.tsx b/frontend/src/pages/StockAnalysis.tsx
index e35c731..c43dbf4 100644
--- a/frontend/src/pages/StockAnalysis.tsx
+++ b/frontend/src/pages/StockAnalysis.tsx
@@ -1,6 +1,6 @@
import { useState } from 'react'
import { useQuery } from '@tanstack/react-query'
-import { Sparkles, LineChart, History as HistoryIcon, Loader2, ExternalLink } from 'lucide-react'
+import { Sparkles, LineChart, History as HistoryIcon, Loader2, ExternalLink, Bell } from 'lucide-react'
import { PageHeader } from '@/components/PageHeader'
import { EmptyState } from '@/components/EmptyState'
import { StockFinancialSearch } from '@/components/financials/StockFinancialSearch'
@@ -115,6 +115,17 @@ export function StockAnalysis() {
{checking ? : }
AI 个股分析
+
>
)}