From 7936fea313e24f33980c4f213a835c98b539c44e Mon Sep 17 00:00:00 2001 From: allen2fuc Date: Wed, 29 Apr 2026 15:05:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9AI=E7=95=8C=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/AIPage.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/client/src/pages/AIPage.tsx b/client/src/pages/AIPage.tsx index 9782a49..3d60fdc 100644 --- a/client/src/pages/AIPage.tsx +++ b/client/src/pages/AIPage.tsx @@ -22,6 +22,7 @@ import { streamQuestion, updateMessageApplied, } from "@/lib/aiApi"; + import { buildPeqSvgCurveData, getFilterType, PeqBandForResponse } from "@/lib/peqAudio"; import { cn } from "@/lib/utils"; import { @@ -564,7 +565,8 @@ export default function AIPage() { boxShadow: "0 0 10px rgba(0,255,246,0.25)", }} > - + {/* */} + {headerTitle} @@ -761,7 +763,8 @@ function WelcomeView({ "0 0 30px rgba(0,255,246,0.25), inset 0 0 20px rgba(0,255,246,0.08)", }} > - + {/* */} +

{aiText.welcomeTitle}