@shun-js/aibaiban-server 0.7.6 → 0.8.0

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 qiaowenbin<uikoo9@qq.com>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/assets/robots.txt CHANGED
@@ -13,7 +13,7 @@ Allow: /
13
13
  # 禁止爬取 API 接口
14
14
  Disallow: /api/
15
15
 
16
- # 爬虫访问速率限制(可选,防止爬虫过度占用带宽)
16
+ # 爬虫访问速率限制(可选,防止爬虫过度占用带宽1)
17
17
  # Crawl-delay: 1
18
18
 
19
19
  # 站点地图
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shun-js/aibaiban-server",
3
- "version": "0.7.6",
3
+ "version": "0.8.0",
4
4
  "description": "aibaiban.com server",
5
5
  "keywords": [
6
6
  "ai aibaiban"
@@ -18,6 +18,7 @@
18
18
  "files": [
19
19
  "server",
20
20
  "assets",
21
+ "views",
21
22
  "app.js"
22
23
  ],
23
24
  "scripts": {
@@ -42,5 +43,6 @@
42
43
  "publishConfig": {
43
44
  "access": "public",
44
45
  "registry": "https://registry.npmjs.org/"
45
- }
46
+ },
47
+ "gitHead": "6d0b2408e4398e16f0f4c6e32d204e511957035a"
46
48
  }
@@ -0,0 +1,146 @@
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>