更改AI界面的图标显示
This commit is contained in:
@@ -22,6 +22,7 @@ import {
|
|||||||
streamQuestion,
|
streamQuestion,
|
||||||
updateMessageApplied,
|
updateMessageApplied,
|
||||||
} from "@/lib/aiApi";
|
} from "@/lib/aiApi";
|
||||||
|
|
||||||
import { buildPeqSvgCurveData, getFilterType, PeqBandForResponse } from "@/lib/peqAudio";
|
import { buildPeqSvgCurveData, getFilterType, PeqBandForResponse } from "@/lib/peqAudio";
|
||||||
import { cn } from "@/lib/utils";
|
import { cn } from "@/lib/utils";
|
||||||
import {
|
import {
|
||||||
@@ -564,7 +565,8 @@ export default function AIPage() {
|
|||||||
boxShadow: "0 0 10px rgba(0,255,246,0.25)",
|
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>
|
</div>
|
||||||
<span className="text-[17px] font-semibold text-white">{headerTitle}</span>
|
<span className="text-[17px] font-semibold text-white">{headerTitle}</span>
|
||||||
</div>
|
</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)",
|
"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>
|
</div>
|
||||||
<h2 className="text-[22px] font-semibold text-white mb-1.5">{aiText.welcomeTitle}</h2>
|
<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">
|
<p className="text-[13px] text-white/45 text-center leading-relaxed max-w-[280px] mb-7">
|
||||||
|
|||||||
Reference in New Issue
Block a user