feat: refresh MeMind welcome copy

This commit is contained in:
john
2026-07-23 11:48:56 +08:00
parent 6ee8542da2
commit d9eb11f5f5
+9 -9
View File
@@ -9,11 +9,11 @@ import {
import { TKMindAvatar } from './TKMindAvatar'; import { TKMindAvatar } from './TKMindAvatar';
const features = [ const features = [
{ icon: PenSquare, text: '写作创作' }, { icon: PenSquare, text: '生成攻略' },
{ icon: Code2, text: '编程开发' }, { icon: Code2, text: '深度分析' },
{ icon: BarChart3, text: '数据分析' }, { icon: BarChart3, text: '制作页面' },
{ icon: FileText, text: '文档总结' }, { icon: FileText, text: '保存记忆' },
{ icon: Bot, text: '自动执行' }, { icon: Bot, text: '推进任务' },
]; ];
export function ChatWelcomePanel({ compact }: { compact?: boolean }) { export function ChatWelcomePanel({ compact }: { compact?: boolean }) {
@@ -45,7 +45,7 @@ export function ChatWelcomePanel({ compact }: { compact?: boolean }) {
transition={{ delay: 0.15 }} transition={{ delay: 0.15 }}
className="welcome-panel-brand" className="welcome-panel-brand"
> >
TKMind智趣 MeMind
</motion.h2> </motion.h2>
<motion.h1 <motion.h1
@@ -54,8 +54,8 @@ export function ChatWelcomePanel({ compact }: { compact?: boolean }) {
transition={{ delay: 0.25 }} transition={{ delay: 0.25 }}
className="welcome-panel-headline" className="welcome-panel-headline"
> >
<span className="welcome-panel-headline-base"></span> <span className="welcome-panel-headline-base"></span>
<span className="welcome-panel-headline-gradient">AI </span> <span className="welcome-panel-headline-gradient"></span>
</motion.h1> </motion.h1>
<motion.p <motion.p
@@ -73,7 +73,7 @@ export function ChatWelcomePanel({ compact }: { compact?: boolean }) {
transition={{ delay: 0.55 }} transition={{ delay: 0.55 }}
className="welcome-panel-description" className="welcome-panel-description"
> >
TKMind MeMind
</motion.p> </motion.p>
<motion.div <motion.div