@shun-js/aibaiban-server 0.7.5 → 0.7.6

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.
Files changed (2) hide show
  1. package/package.json +1 -2
  2. package/views/index.html +0 -146
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shun-js/aibaiban-server",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "aibaiban.com server",
5
5
  "keywords": [
6
6
  "ai aibaiban"
@@ -18,7 +18,6 @@
18
18
  "files": [
19
19
  "server",
20
20
  "assets",
21
- "views",
22
21
  "app.js"
23
22
  ],
24
23
  "scripts": {
package/views/index.html DELETED
@@ -1,146 +0,0 @@
1
- <!doctype html>
2
- <html lang="zh-CN">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
-
7
- <!-- Primary Meta Tags -->
8
- <title>AI白板 - 在线协作白板工具 | AI生成流程图思维导图架构图</title>
9
- <meta name="title" content="AI白板 - 在线协作白板工具 | AI生成流程图思维导图架构图" />
10
- <meta
11
- name="description"
12
- content="AI白板是专业的在线协作白板软件,AI驱动自动生成流程图、思维导图、架构图、UML图。支持多人实时协作、远程办公、团队协同。Miro、FigJam、boardmix优质替代方案,一句话完成专业图表绘制。"
13
- />
14
- <meta
15
- name="keywords"
16
- content="AI白板,在线白板,电子白板,协作白板,白板软件,AI生成流程图,AI思维导图,架构图工具,UML图,多人实时协作,在线协同,远程办公,团队协作,头脑风暴工具,设计协作,可视化工具,Miro替代,FigJam替代,boardmix替代,Excalidraw,ProcessOn,GitMind"
17
- />
18
- <meta name="author" content="Vincent" />
19
- <meta name="robots" content="index, follow" />
20
-
21
- <!-- Theme Color -->
22
- <meta name="theme-color" content="#1677ff" />
23
- <meta name="color-scheme" content="light dark" />
24
-
25
- <!-- Open Graph / Facebook -->
26
- <meta property="og:type" content="website" />
27
- <meta property="og:url" content="https://aibaiban.com/" />
28
- <meta property="og:title" content="AI白板 - 在线协作白板工具 | AI生成流程图思维导图" />
29
- <meta
30
- property="og:description"
31
- content="专业的在线协作白板软件,AI自动生成流程图、思维导图、架构图。支持多人实时协作、远程办公。Miro/FigJam优质替代方案。"
32
- />
33
- <meta property="og:image" content="https://static-small.vincentqiao.com/aibaiban/static/og-image.png" />
34
- <meta property="og:site_name" content="AI白板" />
35
- <meta property="og:locale" content="zh_CN" />
36
-
37
- <!-- Twitter Card -->
38
- <meta name="twitter:card" content="summary_large_image" />
39
- <meta name="twitter:url" content="https://aibaiban.com/" />
40
- <meta name="twitter:title" content="AI白板 - 在线协作白板工具 | AI生成流程图思维导图" />
41
- <meta
42
- name="twitter:description"
43
- content="专业的在线协作白板软件,AI自动生成流程图、思维导图、架构图。支持多人实时协作、远程办公。"
44
- />
45
- <meta name="twitter:image" content="https://static-small.vincentqiao.com/aibaiban/static/og-image.png" />
46
-
47
- <!-- Apple Mobile Web App -->
48
- <meta name="apple-mobile-web-app-capable" content="yes" />
49
- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
50
- <meta name="apple-mobile-web-app-title" content="AI白板" />
51
-
52
- <!-- Favicon -->
53
- <link rel="icon" type="image/x-icon" href="https://static-small.vincentqiao.com/aibaiban/static/favicon.ico" />
54
- <link rel="icon" type="image/svg+xml" href="https://static-small.vincentqiao.com/aibaiban/static/logo.svg" />
55
- <link rel="apple-touch-icon" href="https://static-small.vincentqiao.com/aibaiban/static/apple-touch-icon.png" />
56
-
57
- <!-- Manifest -->
58
- <link rel="manifest" href="https://static-small.vincentqiao.com/aibaiban/static/manifest.json" />
59
-
60
- <!-- Structured Data (JSON-LD) for SEO -->
61
- <script type="application/ld+json">
62
- {
63
- "@context": "https://schema.org",
64
- "@type": "SoftwareApplication",
65
- "name": "AI白板",
66
- "applicationCategory": "DesignApplication",
67
- "operatingSystem": "Web",
68
- "offers": {
69
- "@type": "Offer",
70
- "price": "0",
71
- "priceCurrency": "CNY"
72
- },
73
- "description": "专业的在线协作白板软件,AI驱动自动生成流程图、思维导图、架构图。支持多人实时协作、远程办公、团队协同。",
74
- "url": "https://aibaiban.com",
75
- "image": "https://static-small.vincentqiao.com/aibaiban/static/og-image.png",
76
- "aggregateRating": {
77
- "@type": "AggregateRating",
78
- "ratingValue": "4.8",
79
- "ratingCount": "1000"
80
- },
81
- "featureList": [
82
- "AI生成流程图",
83
- "AI生成思维导图",
84
- "在线协作白板",
85
- "多人实时协同",
86
- "架构图工具",
87
- "UML图生成",
88
- "远程办公支持"
89
- ]
90
- }
91
- </script>
92
- <!-- Microsoft Clarity -->
93
- <script type="text/javascript">
94
- (function (c, l, a, r, i, t, y) {
95
- c[a] =
96
- c[a] ||
97
- function () {
98
- (c[a].q = c[a].q || []).push(arguments);
99
- };
100
- t = l.createElement(r);
101
- t.async = 1;
102
- t.src = 'https://www.clarity.ms/tag/' + i;
103
- y = l.getElementsByTagName(r)[0];
104
- y.parentNode.insertBefore(t, y);
105
- })(window, document, 'clarity', 'script', 't5b230u2zp');
106
- </script>
107
- <script
108
- type="module"
109
- crossorigin
110
- src="https://static-small.vincentqiao.com/aibaiban/static/index-C-9d_khE.js"
111
- ></script>
112
- <link
113
- rel="modulepreload"
114
- crossorigin
115
- href="https://static-small.vincentqiao.com/aibaiban/static/chunks/react-vendor-3yn_rB-k.js"
116
- />
117
- <link
118
- rel="modulepreload"
119
- crossorigin
120
- href="https://static-small.vincentqiao.com/aibaiban/static/chunks/antd-base-DsOgKHDt.js"
121
- />
122
- <link
123
- rel="modulepreload"
124
- crossorigin
125
- href="https://static-small.vincentqiao.com/aibaiban/static/chunks/antd-icons-CdlvvYvH.js"
126
- />
127
- <link
128
- rel="modulepreload"
129
- crossorigin
130
- href="https://static-small.vincentqiao.com/aibaiban/static/chunks/antd-x-BIAsZ6s9.js"
131
- />
132
- <link
133
- rel="modulepreload"
134
- crossorigin
135
- href="https://static-small.vincentqiao.com/aibaiban/static/chunks/excalidraw-DGFFb3CZ.js"
136
- />
137
- <link
138
- rel="stylesheet"
139
- crossorigin
140
- href="https://static-small.vincentqiao.com/aibaiban/static/styles/index-yYPsNYxc.css"
141
- />
142
- </head>
143
- <body>
144
- <div id="root"></div>
145
- </body>
146
- </html>