-
-
Notifications
You must be signed in to change notification settings - Fork 228
/
Copy pathindex.html
74 lines (69 loc) · 2.96 KB
/
index.html
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon-180x180.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="shortcut icon" href="/favicon-16x16.ico" />
<link rel="shortcut icon" href="/favicon-32x32.ico" />
<link rel="shortcut icon" href="/favicon-48x48.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=0, user-scalable=yes,shrink-to-fit=no"
/>
<meta
name="description"
content="猫步简历:开源免费AI简历生成器,一键导出高清PDF/JSON格式,AI智能润色,快速生成专业简历模板,100%免费!"
/>
<meta name="baidu-site-verification" content="code-HxiWyWK6Aq" />
<meta name="baidu-site-verification" content="codeva-moxPA9UX28" />
<meta name="google-site-verification" content="your_google_verify_code" />
<meta name="sogou_site_verification" content="w7zdK0JX3H" />
<meta name="360-site-verification" content="232da2ea347565b5b380e8b85f921f16" />
<meta
name="keywords"
content="开源免费AI简历生成器,AI简历生成,免费简历制作工具,PDF简历导出,JSON简历模板,deepseek简历优化,AI智能润色简历"
/>
<meta name="msvalidate.01" content="F024AF253277E33350D8157626C9480D" />
<title>猫步简历 - 开源免费AI简历生成器 | 一键导出PDF/JSON</title>
<!-- 结构化数据增强 -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "猫步简历",
"description": '猫步简历:开源免费AI简历生成器,一键导出高清PDF/JSON格式,AI智能润色,快速生成专业简历模板,100%免费!';
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "CNY"
}
}
</script>
<!-- 百度统计 -->
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement('script');
hm.src = 'https://hm.baidu.com/hm.js?30b00f14321e745ddea34e2df9112539';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- 友情链接SEO关联性增强 -->
<footer style="display: none">
<a href="https://maobucv.com/word">Word简历模版下载</a>
<a href="https://maobucv.com/ppt">PPT模版下载</a>
<a href="https://maobucv.com/webcode">私有化部署</a>
<a href="https://maobucv.com/articles/about">关于我</a>
</footer>
</body>
</html>