-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (83 loc) · 4.94 KB
/
index.html
File metadata and controls
92 lines (83 loc) · 4.94 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>D.I.G.E. - 帝江号严选精细化集成工业系统能源生产及存储管理系统设计器</title>
<meta name="title" content="D.I.G.E. - 帝江号严选精细化集成工业系统能源生产及存储管理系统设计器" />
<meta name="description" content="D.I.G.E. (Dijiang Integrated Generator Efficiency) 是一款专为明日方舟:终末地设计的热能池优化计算器。自动计算最优发电方案,支持多种燃料配置、震荡发电策略,帮助您高效管理能源生产与存储。" />
<meta name="keywords" content="明日方舟终末地,Arknights Endfield,热能池计算器,能源管理,帝江号,DIGE,发电优化,游戏工具,震荡发电" />
<meta name="author" content="D.I.G.E." />
<meta name="robots" content="index, follow" />
<meta name="language" content="Chinese" />
<meta name="revisit-after" content="7 days" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<!-- Canonical URL -->
<link rel="canonical" href="https://dige.aunly.cn" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/favicon.png" />
<!-- Web App Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dige.aunly.cn/" />
<meta property="og:title" content="D.I.G.E. - 帝江号严选精细化集成工业系统能源生产及存储管理系统设计器" />
<meta property="og:description" content="专为明日方舟:终末地设计的热能池优化计算器。自动计算最优发电方案,支持多种燃料配置、震荡发电策略。" />
<meta property="og:image" content="https://dige.aunly.cn/favicon.png" />
<meta property="og:site_name" content="D.I.G.E." />
<meta property="og:locale" content="zh_CN" />
<meta property="og:locale:alternate" content="en_US" />
<meta property="og:locale:alternate" content="ja_JP" />
<meta property="og:locale:alternate" content="ko_KR" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://dige.aunly.cn/" />
<meta name="twitter:title" content="D.I.G.E. - 帝江号严选精细化集成工业系统能源生产及存储管理系统设计器" />
<meta name="twitter:description" content="专为明日方舟:终末地设计的热能池优化计算器。自动计算最优发电方案,支持多种燃料配置、震荡发电策略。" />
<meta name="twitter:image" content="https://dige.aunly.cn/favicon.png" />
<!-- Multi-language Support -->
<link rel="alternate" hreflang="zh-CN" href="https://dige.aunly.cn/?lang=zh" />
<link rel="alternate" hreflang="en" href="https://dige.aunly.cn/?lang=en" />
<link rel="alternate" hreflang="ja" href="https://dige.aunly.cn/?lang=ja" />
<link rel="alternate" hreflang="ko" href="https://dige.aunly.cn/?lang=ko" />
<link rel="alternate" hreflang="x-default" href="https://dige.aunly.cn/" />
<!-- Theme Color for Mobile Browsers -->
<meta name="theme-color" content="#1a1a2e" />
<meta name="msapplication-TileColor" content="#1a1a2e" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "D.I.G.E.",
"alternateName": ["Dijiang Integrated Generator Efficiency", "帝江号严选精细化集成工业系统能源生产及存储管理系统设计器"],
"description": "专为明日方舟:终末地设计的热能池优化计算器,自动计算最优发电方案",
"url": "https://dige.aunly.cn",
"applicationCategory": "GameApplication",
"operatingSystem": "Web Browser",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "CNY"
},
"inLanguage": ["zh-CN", "en", "ja", "ko"],
"keywords": "明日方舟终末地, Arknights Endfield, 热能池计算器, 能源管理"
}
</script>
</head>
<body>
<noscript>
<div style="padding: 20px; text-align: center; font-family: sans-serif;">
<h1>D.I.G.E. - 帝江号严选精细化集成工业系统能源生产及存储管理系统设计器</h1>
<p>此应用需要启用 JavaScript 才能运行。请在浏览器设置中启用 JavaScript。</p>
<p>This application requires JavaScript to run. Please enable JavaScript in your browser settings.</p>
</div>
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>