diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 41b0feb5c..d1fa54e6e 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -132,6 +132,8 @@ "title": "Launch", "collapse_chat": "Collapse chat", "expand_chat": "Expand chat", + "collapse_panel": "Collapse panel", + "expand_panel": "Expand panel", "loading_image": "Loading image...", "preparing": "Preparing...", "upload_file": "Upload File", diff --git a/frontend/src/locales/zh.json b/frontend/src/locales/zh.json index f6cb3041f..3b3754fe4 100644 --- a/frontend/src/locales/zh.json +++ b/frontend/src/locales/zh.json @@ -110,6 +110,8 @@ "title": "启动", "collapse_chat": "折叠聊天", "expand_chat": "展开聊天", + "collapse_panel": "折叠面板", + "expand_panel": "展开面板", "loading_image": "加载图片...", "preparing": "准备中...", "upload_file": "上传文件", diff --git a/frontend/src/pages/LaunchView.vue b/frontend/src/pages/LaunchView.vue index ce7f5868c..d9e996a50 100755 --- a/frontend/src/pages/LaunchView.vue +++ b/frontend/src/pages/LaunchView.vue @@ -344,11 +344,28 @@ + + -