v0.1.0 随身助手初版:FastAPI后端(认证/对话/智能体/项目/文件/视频分析) + Vue3 Vant PWA前端(流式对话/智能体市场/项目任务/视频分析)

This commit is contained in:
2026-08-14 18:11:16 +08:00
commit ee9f5ffe13
57 changed files with 10658 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
<meta name="theme-color" content="#1989fa" />
<title>随身助手</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>