feat: create new chat in the store and wiki

This commit is contained in:
linonetwo 2023-08-31 17:41:06 +08:00
parent 45d12ce1a0
commit 083eda4e6d
9 changed files with 277 additions and 52 deletions

View file

@ -488,7 +488,9 @@
"InPort": "In Ports",
"StopWorkflow": "Stop Workflow",
"ToggleDebugPanel": "Toggle Debug Panel",
"ClearDebugPanel": "Clear Debug Panel"
"ClearDebugPanel": "Clear Debug Panel",
"NewChat": "New Chat",
"DeleteChat": "Delete Chat"
},
"Description": "Description",
"Tags": "Tags",

View file

@ -493,6 +493,8 @@
"InPort": "入口",
"StopWorkflow": "停止工作流",
"ToggleDebugPanel": "切换开关调试面板",
"ClearDebugPanel": "清空调试面板"
"ClearDebugPanel": "清空调试面板",
"NewChat": "新对话",
"DeleteChat": "删除对话"
}
}