diff --git a/web/src/lang/en_us.js b/web/src/lang/en_us.js
index 181e661e..f7d06de8 100644
--- a/web/src/lang/en_us.js
+++ b/web/src/lang/en_us.js
@@ -505,5 +505,8 @@ export default {
'】Can you help me continue writing one of the contents of the mind map【',
aiCreatePartMsgPostfix:
'】The subordinate content of the node needs to be returned in Markdown format and can only use two syntax: Markdown title and unordered list. It can support multi-level nesting. Just return the content.'
+ },
+ note: {
+ title: 'Note'
}
}
diff --git a/web/src/lang/zh_cn.js b/web/src/lang/zh_cn.js
index e22e9856..08ea0f62 100644
--- a/web/src/lang/zh_cn.js
+++ b/web/src/lang/zh_cn.js
@@ -487,5 +487,8 @@ export default {
aiCreatePartMsgCenter: '】的思维导图,帮我续写其中一个内容为【',
aiCreatePartMsgPostfix:
'】的节点的下级内容,需要以Markdown格式返回,并且只能使用Markdown的标题和无序列表两种语法,可以支持多层嵌套。只需返回内容即可。'
+ },
+ note: {
+ title: '备注'
}
}
diff --git a/web/src/lang/zh_tw.js b/web/src/lang/zh_tw.js
index ad928f79..3ed053e4 100644
--- a/web/src/lang/zh_tw.js
+++ b/web/src/lang/zh_tw.js
@@ -487,5 +487,8 @@ export default {
aiCreatePartMsgCenter: '】的思維導圖,幫我續寫其中一個內容爲【',
aiCreatePartMsgPostfix:
'】的節點的下級內容,需要以Markdown格式返回,並且只能使用Markdown的標題和無序列表兩種語法,可以支持多層嵌套。只需返回內容即可。'
+ },
+ note: {
+ title: '備註'
}
}
diff --git a/web/src/pages/Edit/components/Edit.vue b/web/src/pages/Edit/components/Edit.vue
index c99a51e5..708e818f 100644
--- a/web/src/pages/Edit/components/Edit.vue
+++ b/web/src/pages/Edit/components/Edit.vue
@@ -51,6 +51,7 @@
v-if="mindMap"
:mindMap="mindMap"
>
+