-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 2.33 KB
/
Copy pathindex.html
File metadata and controls
46 lines (46 loc) · 2.33 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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Agent 时代,你会不会被淘汰? | HagiCode</title>
<meta
name="description"
content="输入你的年薪、熟悉模型、效率倍数和日均 Token 用量,算一算你和 AI 加起来是否等于过去两个人甚至更多。"
/>
<meta
name="keywords"
content="Agent, AI 效率倍数, Token 成本, 模型成本, 职场效率, AI 协作, HagiCode"
/>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="canonical" href="https://cost.hagicode.com/" />
<link rel="alternate" hreflang="zh-CN" href="https://cost.hagicode.com/" />
<link rel="alternate" hreflang="en-US" href="https://cost.hagicode.com/?lang=en-US" />
<link rel="alternate" hreflang="x-default" href="https://cost.hagicode.com/" />
<meta property="og:title" content="Agent 时代,你会不会被淘汰? | HagiCode" />
<meta
property="og:description"
content="输入你的年薪、熟悉模型、效率倍数和日均 Token 用量,算一算你和 AI 加起来是否等于过去两个人甚至更多。"
/>
<meta property="og:image" content="https://cost.hagicode.com/og-image.svg" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://cost.hagicode.com/" />
<meta property="og:site_name" content="我会被AI替代吗" />
<meta property="og:locale" content="zh_CN" />
<meta property="og:locale:alternate" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Agent 时代,你会不会被淘汰? | HagiCode" />
<meta
name="twitter:description"
content="输入你的年薪、熟悉模型、效率倍数和日均 Token 用量,算一算你和 AI 加起来是否等于过去两个人甚至更多。"
/>
<meta name="twitter:image" content="https://cost.hagicode.com/og-image.svg" />
<meta name="twitter:url" content="https://cost.hagicode.com/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>