fix: undo & redo (#2493)

* fix: undo & redo

* fix

* fix
This commit is contained in:
heheer
2024-08-24 23:15:28 +08:00
committed by GitHub
parent 3e57c7f559
commit 3248e95d53
17 changed files with 207 additions and 66 deletions

View File

@@ -92,6 +92,7 @@
"plugin_dispatch_tip": "It is up to the model to decide which plug-ins to add additional capabilities to. If the plug-in is selected, the knowledge base call is also treated as a special plug-in.",
"publish_channel": "Publish channel",
"publish_success": "Publish success",
"saved_success": "Saved success",
"search_app": "Search app",
"setting_app": "Settings",
"setting_plugin": "Setting plugin",

View File

@@ -49,6 +49,7 @@
"workflow": {
"Back_to_current_version": "Back to current version",
"My edit": "My edit",
"Switch_failed": "Switch failed",
"Switch_success": "switch successfully",
"Team cloud": "Team cloud",
"exit_tips": "Your changes have not been saved. Exiting directly will not save your edits."

View File

@@ -91,6 +91,7 @@
"plugin_dispatch_tip": "给模型附加额外的能力,具体调用哪些插件,将由模型自主决定。\n若选择了插件知识库调用将自动作为一个特殊的插件。",
"publish_channel": "发布渠道",
"publish_success": "发布成功",
"saved_success": "保存成功",
"search_app": "搜索应用",
"setting_app": "应用配置",
"setting_plugin": "插件配置",

View File

@@ -49,6 +49,7 @@
"workflow": {
"Back_to_current_version": "回到初始状态",
"My edit": "我的编辑",
"Switch_failed": "切换失败",
"Switch_success": "切换成功",
"Team cloud": "团队云端",
"exit_tips": "您的更改尚未保存,「直接退出」将不会保存您的编辑记录。"