2026-06-12 17:46:25 +08:00
|
|
|
<!doctype html>
|
2026-06-14 10:18:36 +08:00
|
|
|
<html lang="zh-CN">
|
2026-06-12 17:46:25 +08:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2026-06-20 17:35:14 +08:00
|
|
|
<meta name="description" content="CamTalk - 多模态实时 AI 视觉对话助手,通过摄像头和麦克风与 AI 自然交互" />
|
|
|
|
|
<title>CamTalk - AI 视觉对话助手</title>
|
|
|
|
|
<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;600;700;800&family=Outfit:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
|
2026-06-12 17:46:25 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|