forked from ra2web/ra2web-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (55 loc) · 3.05 KB
/
index.html
File metadata and controls
59 lines (55 loc) · 3.05 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>王二火大 - 工作室</title>
<!-- SEO优化 -->
<meta name="description" content="RA2WEB Studio - 专业的在线红警2 MIX文件编辑器,提供MIX文件解析、文件提取、数据预览、红警2游戏资源管理等功能。支持在线编辑红警2的mix文件,无需下载软件,操作简单便捷。" />
<meta name="keywords" content="XCC MIXER, 红警2, 红色警戒2, MIX文件编辑器, 在线MIX编辑, 红警2资源管理, MIX文件解析, 红警2文件提取, 红警2数据预览, RA2 MIX工具, 红警2mod制作, 红警2游戏资源, MIX文件浏览器, 红警2文件管理, 在线红警2编辑器, 红警2MIX解包, 红警2资源编辑, Westwood MIX文件, 红警2游戏开发工具, 红警2mod工具, 红警2文件查看器, MIX文件在线编辑, 红警2资源浏览器" />
<meta name="author" content="RA2WEB Studio" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="RA2WEB Studio - 王二火大 Mix文件编辑器" />
<meta property="og:description" content="专业的在线红警2 MIX文件编辑器,提供MIX文件解析、文件提取、数据预览等功能,支持红警2游戏资源管理。" />
<meta property="og:site_name" content="RA2WEB Studio" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="RA2WEB Studio - 王二火大 Mix文件编辑器" />
<meta name="twitter:description" content="专业的在线红警2 MIX文件编辑器,支持MIX文件解析、文件提取、数据预览等功能。" />
<!-- 结构化数据 (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "RA2WEB Studio",
"description": "专业的在线红警2 MIX文件编辑器,提供MIX文件解析、文件提取、数据预览、红警2游戏资源管理等功能。",
"url": "https://studio.wangerhuoda.com",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web Browser",
"softwareVersion": "1.0.0",
"author": {
"@type": "RA2WEB",
"name": "RA2WEB Studio Team"
},
"keywords": "红警2, MIX文件编辑器, 在线MIX编辑, 红警2资源管理, MIX文件解析, 红警2文件提取, 红警2数据预览",
"featureList": [
"MIX文件解析",
"SHP图像预览",
"VXL 3D模型显示",
"PCX图像预览",
"红警2资源管理",
"在线文件编辑"
],
"screenshot": "https://studio.wangerhuoda.com/screenshot.png"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>