feat: 完成情绪博物馆项目重构和功能增强 - 新增日记评论和帖子功能 - 重构前端架构,优化用户体验 - 完善WebSocket通信机制 - 更新项目文档和部署配置

This commit is contained in:
2025-07-27 10:05:59 +08:00
parent 6903ac1c0d
commit cc886cd4d5
126 changed files with 21179 additions and 15734 deletions
+10 -7
View File
@@ -1,16 +1,19 @@
<!DOCTYPE html>
<html lang="zh-CN">
<html lang="zh-CN" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="https://r2.flowith.net/files/o/1752574406770-thoughtful_kaikai_character_generation_index_1@1024x1024.png" />
<link rel="icon" type="image/svg+xml" href="https://r2.flowith.net/files/o/1752574406770-thoughtful_kaikai_character_generation_index_1@1024x1024.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Permissions-Policy" content="unload=()">
<title>开心APP - 你的情绪陪伴使者</title>
<meta name="description" content="开心APP是一款AI情绪陪伴应用,提供智能对话、情绪日记、个人展板等功能,陪伴你的每一个情绪时刻。" />
<meta name="keywords" content="AI助手,情绪陪伴,智能对话,情绪日记,心理健康" />
<meta name="description" content="开心APP - 你的情绪陪伴使者,记录、分析、分享你的情绪世界" />
<!-- Tailwind CSS 已通过本地安装配置 -->
<script src="https://unpkg.com/lucide@latest"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<body class="bg-light-gray font-sans text-text-dark">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
</html>