@shun-js/aibaiban-server 1.1.5 → 1.1.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shun-js/aibaiban-server",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"description": "aibaiban.com server",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai aibaiban"
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"access": "public",
|
|
46
46
|
"registry": "https://registry.npmjs.org/"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "1c7a63459b85ce49c258cf2d424681867aadf4a8"
|
|
49
49
|
}
|
|
@@ -94,5 +94,6 @@ flowchart TD
|
|
|
94
94
|
/**
|
|
95
95
|
* 非白板请求的固定回复
|
|
96
96
|
*/
|
|
97
|
-
FIXED_REPLY:
|
|
97
|
+
FIXED_REPLY:
|
|
98
|
+
'你好!👋 我是 AI 白板助手,支持绘制以下 4 种图表:\n\n📊 流程图 — 例如"画一个用户注册登录的流程图"\n🔄 时序图 — 例如"画一个用户下单支付的时序图"\n🏗️ 类图 — 例如"画一个电商系统的类图"\n🗄️ ER图 — 例如"画一个博客系统的ER图"\n\n💡 试试直接输入你的需求吧!',
|
|
98
99
|
};
|