@shun-js/aibaiban-server 0.3.3 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/views/index.html +51 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shun-js/aibaiban-server",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "aibaiban.com server",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai aibaiban"
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"access": "public",
|
|
42
42
|
"registry": "https://registry.npmjs.org/"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "e1aa7bd023bab652ca158e684116f9663040d309"
|
|
45
45
|
}
|
package/views/index.html
CHANGED
|
@@ -2,15 +2,63 @@
|
|
|
2
2
|
<html lang="zh-CN">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
|
-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
6
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
|
|
7
|
+
<!-- Primary Meta Tags -->
|
|
7
8
|
<title>AI白板 - 智能协作白板工具</title>
|
|
9
|
+
<meta name="title" content="AI白板 - 智能协作白板工具" />
|
|
10
|
+
<meta
|
|
11
|
+
name="description"
|
|
12
|
+
content="AI白板是一款智能协作白板工具,结合Excalidraw强大的绘图能力和AI助手的智能辅助,帮助你高效创作流程图、架构图、思维导图等各类图表。支持实时协作,让团队沟通更流畅。"
|
|
13
|
+
/>
|
|
14
|
+
<meta name="keywords" content="AI白板,在线白板,协作白板,Excalidraw,流程图,架构图,思维导图,AI助手,团队协作" />
|
|
15
|
+
<meta name="author" content="Vincent" />
|
|
16
|
+
<meta name="robots" content="index, follow" />
|
|
17
|
+
|
|
18
|
+
<!-- Theme Color -->
|
|
19
|
+
<meta name="theme-color" content="#6366f1" />
|
|
20
|
+
<meta name="color-scheme" content="light dark" />
|
|
21
|
+
|
|
22
|
+
<!-- Open Graph / Facebook -->
|
|
23
|
+
<meta property="og:type" content="website" />
|
|
24
|
+
<meta property="og:url" content="https://aibaiban.com/" />
|
|
25
|
+
<meta property="og:title" content="AI白板 - 智能协作白板工具" />
|
|
26
|
+
<meta
|
|
27
|
+
property="og:description"
|
|
28
|
+
content="AI白板是一款智能协作白板工具,结合Excalidraw强大的绘图能力和AI助手的智能辅助,帮助你高效创作流程图、架构图、思维导图等各类图表。"
|
|
29
|
+
/>
|
|
30
|
+
<meta property="og:image" content="https://static-small.vincentqiao.com/aibaiban/static/og-image.png" />
|
|
31
|
+
<meta property="og:site_name" content="AI白板" />
|
|
32
|
+
<meta property="og:locale" content="zh_CN" />
|
|
33
|
+
|
|
34
|
+
<!-- Twitter Card -->
|
|
35
|
+
<meta name="twitter:card" content="summary_large_image" />
|
|
36
|
+
<meta name="twitter:url" content="https://aibaiban.com/" />
|
|
37
|
+
<meta name="twitter:title" content="AI白板 - 智能协作白板工具" />
|
|
38
|
+
<meta
|
|
39
|
+
name="twitter:description"
|
|
40
|
+
content="AI白板是一款智能协作白板工具,结合Excalidraw强大的绘图能力和AI助手的智能辅助,帮助你高效创作流程图、架构图、思维导图等各类图表。"
|
|
41
|
+
/>
|
|
42
|
+
<meta name="twitter:image" content="https://static-small.vincentqiao.com/aibaiban/static/og-image.png" />
|
|
43
|
+
|
|
44
|
+
<!-- Apple Mobile Web App -->
|
|
45
|
+
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
46
|
+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
47
|
+
<meta name="apple-mobile-web-app-title" content="AI白板" />
|
|
48
|
+
|
|
49
|
+
<!-- Favicon -->
|
|
50
|
+
<link rel="icon" type="image/x-icon" href="https://static-small.vincentqiao.com/aibaiban/static/favicon.ico" />
|
|
51
|
+
<link rel="icon" type="image/svg+xml" href="https://static-small.vincentqiao.com/aibaiban/static/logo.svg" />
|
|
52
|
+
<link rel="apple-touch-icon" href="https://static-small.vincentqiao.com/aibaiban/static/apple-touch-icon.png" />
|
|
53
|
+
|
|
54
|
+
<!-- Manifest -->
|
|
55
|
+
<link rel="manifest" href="https://static-small.vincentqiao.com/aibaiban/static/manifest.json" />
|
|
8
56
|
<script
|
|
9
57
|
type="module"
|
|
10
58
|
crossorigin
|
|
11
|
-
src="https://static-small.vincentqiao.com/aibaiban/static/index-
|
|
59
|
+
src="https://static-small.vincentqiao.com/aibaiban/static/index-DfZIPoyJ.js"
|
|
12
60
|
></script>
|
|
13
|
-
<link rel="stylesheet" crossorigin href="https://static-small.vincentqiao.com/aibaiban/static/index-
|
|
61
|
+
<link rel="stylesheet" crossorigin href="https://static-small.vincentqiao.com/aibaiban/static/index-C3kKdCgy.css" />
|
|
14
62
|
</head>
|
|
15
63
|
<body>
|
|
16
64
|
<div id="root"></div>
|