-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathindex.html
33 lines (29 loc) · 1.27 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>LeChat Pro - 让模型更懂你!</title>
<meta name="description" content="乐聊LeChat Pro是基于AI大模型的对话与文档分析平台,致力于打造开源版KimiChat,帮助用户高效完成文本阅读与创作。">
<meta name="keywords" content="LeChat,AI,LLM,大模型,GPT,KimiChat,ChatGPT,ChatPDF,文档助手,论文助手,学术研究,乐聊,文档分析,图片分析,图片生成">
<meta name="author" content="LeChat">
<meta name="robots" content="index, follow">
<meta name="language" content="zh-CN">
<meta name="apple-mobile-web-app-title" content="LeChat Pro">
<meta name="mobile-web-app-capable" content="yes">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?a3eb3a2b9d59f572be3440c1dedb8ef0";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>