From 1e0e9b422b648459d856e8e767e438cd972067a2 Mon Sep 17 00:00:00 2001 From: shy3130 <415333856@qq.com> Date: Fri, 26 Jun 2026 16:16:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(stock-analysis):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E3=80=8C=E7=82=B9=E4=BD=8D=E6=8F=90=E9=86=92=E3=80=8D=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=8D=A0=E4=BD=8D(=E5=BC=80=E5=8F=91=E4=B8=AD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在 AI 个股分析按钮旁新增点位提醒入口,预留关键价位触发提醒功能。 当前点击提示「开发中」,后续可复用监控引擎实现价格触及通知。 --- frontend/src/pages/StockAnalysis.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 个股分析 + )}