更改AI界面的图标显示
This commit is contained in:
@@ -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)",
|
||||
}}
|
||||
>
|
||||
<Sparkles size={14} className="text-[#00FFF6]" />
|
||||
{/* <Sparkles size={14} className="text-[#00FFF6]" /> */}
|
||||
<Bot size={14} className="text-[#00FFF6]" />
|
||||
</div>
|
||||
<span className="text-[17px] font-semibold text-white">{headerTitle}</span>
|
||||
</div>
|
||||
@@ -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)",
|
||||
}}
|
||||
>
|
||||
<Sparkles size={28} className="text-[#00FFF6]" />
|
||||
{/* <Sparkles size={28} className="text-[#00FFF6]" /> */}
|
||||
<Bot size={28} className="text-[#00FFF6]" />
|
||||
</div>
|
||||
<h2 className="text-[22px] font-semibold text-white mb-1.5">{aiText.welcomeTitle}</h2>
|
||||
<p className="text-[13px] text-white/45 text-center leading-relaxed max-w-[280px] mb-7">
|
||||
|
||||
Reference in New Issue
Block a user