-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.88 KB
/
Copy pathindex.html
File metadata and controls
36 lines (36 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="description" content="StudyDojo 学乐园 — 四位 AI 导师陪你读论文,文字、语音、剧情三种模式,让学术不再孤单" />
<title>StudyDojo 学乐园</title>
<!-- Fonts -->
<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=Inter:wght@400;500;600;700&family=ZCOOL+XiaoWei&display=swap" rel="stylesheet" />
<!-- Preload persona avatars (above-fold in PersonaSelect) -->
<link rel="preload" as="image" type="image/webp" href="/characters/raiden/avatars/neutral.webp" />
<link rel="preload" as="image" type="image/webp" href="/characters/keli/avatars/neutral.webp" />
<link rel="preload" as="image" type="image/webp" href="/characters/shiyu/avatars/neutral.webp" />
<link rel="preload" as="image" type="image/webp" href="/characters/yixuan/avatars/neutral.webp" />
<!-- Google Analytics (GA4) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GPT19EWNVK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GPT19EWNVK');
</script>
<!-- Preconnect to external APIs (DNS + TLS handshake before first request) -->
<link rel="preconnect" href="https://openrouter.ai" crossorigin />
<link rel="preconnect" href="https://api.elevenlabs.io" crossorigin />
<link rel="dns-prefetch" href="https://openrouter.ai" />
<link rel="dns-prefetch" href="https://api.elevenlabs.io" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/client/main.tsx"></script>
</body>
</html>