@shun-js/aibaiban-server 0.8.6 → 0.8.7

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": "0.8.6",
3
+ "version": "0.8.7",
4
4
  "description": "aibaiban.com server",
5
5
  "keywords": [
6
6
  "ai aibaiban"
@@ -44,5 +44,5 @@
44
44
  "access": "public",
45
45
  "registry": "https://registry.npmjs.org/"
46
46
  },
47
- "gitHead": "04eafc5cc7cc90e3fe81103daa88c168ff6f5037"
47
+ "gitHead": "87f3b0d45f4f95caca6d23b861e262f443dc891b"
48
48
  }
@@ -74,6 +74,12 @@ module.exports = {
74
74
  图表类型: {diagramType}
75
75
  细化描述: {elaboration}
76
76
 
77
+ ⚠️ 重要语法限制:
78
+ 1. 禁止使用以下 Mermaid 保留字作为节点名称: start, end, stop, pause, resume, done, state, choice, fork, join
79
+ 2. 如果流程有"开始"或"结束",使用"开始"((开始))、"结束"((结束)) 或 图标如((●))、((○)) 代替
80
+ 3. 节点名称避免使用特殊符号如括号()[]{},可以用中文双引号""包裹
81
+ 4. 连接线避免使用特殊字符,用中文描述如"是"、"否"、"到"
82
+
77
83
  要求:
78
84
  1. 生成合法的 Mermaid 语法
79
85
  2. 使用中文标签