-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (72 loc) · 4.29 KB
/
index.html
File metadata and controls
75 lines (72 loc) · 4.29 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#fdfbf6" />
<title>咖啡因追踪器 | Caffeine Tracker - 您的智能健康伴侣,科学管理咖啡因摄入与睡眠</title>
<meta name="description"
content="探索咖啡因追踪器 | Caffeine Tracker:一款先进的健康管理工具,帮助您精确记录每日咖啡因摄入,通过科学模型预测代谢情况,提供个性化健康建议,优化睡眠质量,让您更科学地享受咖啡与茶,拥抱健康生活方式。" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "咖啡因追踪器 | Caffeine Tracker - 您的智能健康伴侣,科学管理咖啡因摄入与睡眠",
"description": "探索咖啡因追踪器 | Caffeine Tracker:一款先进的健康管理工具,帮助您精确记录每日咖啡因摄入,通过科学模型预测代谢情况,提供个性化健康建议,优化睡眠质量,让您更科学地享受咖啡与茶,拥抱健康生活方式。",
"applicationCategory": "HealthApplication",
"operatingSystem": "Web Browser",
"browserRequirements": "Requires JavaScript. Modern browsers recommended.",
"url": "https://ct.jerryz.com.cn",
"image": "https://ct.jerryz.com.cn/og-image.png",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "CNY"
},
"author": {
"@type": "Person",
"name": "Jerry Zhou",
"url": "https://jerryz.com.cn"
}
}
</script>
<meta name="keywords" content="咖啡因, 追踪器, Caffeine Tracker, 计算器, 代谢, 睡眠, 健康, 咖啡, 茶, 能量饮料, 每日摄入量, 科学管理, 健康生活, 智能伴侣" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://ct.jerryz.com.cn" />
<meta name="author" content="Jerry Zhou" />
<meta property="og:title" content="咖啡因追踪器 | Caffeine Tracker - 您的智能健康伴侣,科学管理咖啡因摄入与睡眠" />
<meta property="og:description"
content="探索咖啡因追踪器 | Caffeine Tracker:一款先进的健康管理工具,帮助您精确记录每日咖啡因摄入,通过科学模型预测代谢情况,提供个性化健康建议,优化睡眠质量,让您更科学地享受咖啡与茶,拥抱健康生活方式。" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ct.jerryz.com.cn/" />
<meta property="og:image" content="https://ct.jerryz.com.cn/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="咖啡因追踪器 | Caffeine Tracker - 您的智能健康伴侣,科学管理咖啡因摄入与睡眠" />
<meta name="twitter:description"
content="探索咖啡因追踪器 | Caffeine Tracker:一款先进的健康管理工具,帮助您精确记录每日咖啡因摄入,通过科学模型预测代谢情况,提供个性化健康建议,优化睡眠质量,让您更科学地享受咖啡与茶,拥抱健康生活方式。" />
<meta name="twitter:image" content="https://ct.jerryz.com.cn/og-image.png" />
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<div id="root"></div>
<noscript>
<div style="max-width: 600px; margin: 50px auto; padding: 20px; text-align: center;">
<h1>咖啡因追踪器 | Caffeine Tracker</h1>
<p>这是一款专注于咖啡因摄入管理的科学工具,帮助您了解和优化日常咖啡因摄入习惯,避免过量摄入对健康和睡眠造成不良影响。</p>
<p>请启用JavaScript以获得完整功能。</p>
<div style="margin-top: 20px;">
<p>主要功能:</p>
<ul style="list-style: none; padding: 0;">
<li>咖啡因摄入追踪与记录</li>
<li>代谢曲线可视化</li>
<li>个性化睡眠建议</li>
<li>饮品数据库与统计分析</li>
</ul>
</div>
</div>
</noscript>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>