优化调整

This commit is contained in:
2025-07-26 00:37:18 +08:00
parent 08bbd4df0f
commit 0dfabc35d7
90 changed files with 3594 additions and 2294 deletions
+40
View File
@@ -0,0 +1,40 @@
export const navLinks = [
{ name: '聊天', href: 'chat.html' },
{ name: '日记', href: 'diary.html' },
{ name: '话题追踪', href: 'topic_tracker.html' },
{ name: '人生轨迹', href: 'life_trajectory.html' },
{ name: '个人展板', href: 'personal_dashboard.html' },
{ name: '消息', href: 'messages.html' },
{ name: '用户中心', href: 'settings.html' },
];
export const features = [
{
icon: 'message-circle',
title: '智能对话',
description: '从日常闲聊到情感咨询,开开随时倾听,理解并回应你的每个想法,是永不离线的好朋友。',
image: 'https://r2.flowith.net/files/o/1752574375721-happy_kaikai_character_design_index_0@1024x1024.png',
alt: '开心的开开'
},
{
icon: 'book-open-text',
title: '情绪日记',
description: '记录你的点滴心情与生活,开开会给予温暖的回应。在安全的空间里,回顾与成长。',
image: 'https://r2.flowith.net/files/o/1752574488398-kaikai_supportive_comfort_character_index_3@1024x1024.png',
alt: '倾听中的开开'
},
{
icon: 'user-round-cog',
title: '个人展板',
description: '自由定义你的个性标签,开开还会自动收录你的“精彩语录”,构建独一无二的数字人格。',
image: 'https://r2.flowith.net/files/o/1752574426392-kaikai_character_working_digital_workspace_index_4@1024x1024.png',
alt: '工作中的开开'
},
{
icon: 'trending-up',
title: '话题追踪',
description: '自动总结你关心的事,无论是生活琐事还是工作计划,都用时间线清晰整理,助你洞察自我。',
image: 'https://r2.flowith.net/files/o/1752574572161-kaikai_character_energetic_animation_index_2@1024x1024.png',
alt: '充满活力的开开'
}
];