From fc4b806dfc7b8c75f060fee4532c1795a769fbd9 Mon Sep 17 00:00:00 2001 From: luojunlin Date: Mon, 27 Jul 2026 13:53:34 +0800 Subject: [PATCH] docs(studio): improve terminal panel file management documentation - Separate toolbar and context menu descriptions for clarity - Add missing context menu actions: Copy Path, Open in Terminal, Rename, Delete - Fix toolbar button descriptions to match actual UI - Update both Chinese and English versions for parity --- en/studio/user_guide/terminal.md | 15 +++++++++++++-- zh/studio/user_guide/terminal.md | 17 ++++++++++++++--- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/en/studio/user_guide/terminal.md b/en/studio/user_guide/terminal.md index c1335e6..2474032 100644 --- a/en/studio/user_guide/terminal.md +++ b/en/studio/user_guide/terminal.md @@ -16,13 +16,24 @@ The File Management panel on the left provides access to the device file system. ![](../static/terminal_03.png) -The toolbar at the top of the panel provides common actions, including refreshing directories, creating folders, uploading files, and downloading files. Right-click a file or directory to open a context menu with the following actions: +### Toolbar + +The toolbar at the top of the panel provides common action buttons: - **Refresh**: Refreshes the current directory. - **New Folder**: Creates a folder in the current directory. -- **Upload**: Creates a file in the current directory. +- **Upload**: Uploads a local file to the current directory. - **Download**: Downloads the selected file to the local system. +### Context Menu + +Right-click a file or directory to open a context menu with the following actions: + +- **Copy Path**: Copies the path of the selected file or folder. +- **Open in Terminal**: Opens a new terminal session at the selected directory location. +- **Rename**: Renames the selected file or folder. +- **Delete**: Deletes the selected file or folder. + ## Terminal Sessions The Terminal Sessions area on the right provides a command-line environment with multi-tab support. Each tab corresponds to an independent session. diff --git a/zh/studio/user_guide/terminal.md b/zh/studio/user_guide/terminal.md index 784b31d..d811680 100644 --- a/zh/studio/user_guide/terminal.md +++ b/zh/studio/user_guide/terminal.md @@ -16,12 +16,23 @@ sidebar_position: 2 ![](../static/terminal_03.png) -面板顶部工具栏提供常用操作按钮,包括刷新目录、新建文件夹、上传文件、下载文件等。在文件或目录上右键可弹出上下文菜单,提供以下操作: +### 工具栏 + +面板顶部工具栏提供常用操作按钮: - **刷新**:刷新当前目录 - **新建文件夹**:在当前目录下新建文件夹 -- **新建文件**:在当前目录下新建文件 -- **下载**:将所选文件下载到本地 +- **上传文件**:将本地文件上传到当前目录 +- **下载文件**:将所选文件下载到本地 + +### 上下文菜单 + +在文件或目录上右键可弹出上下文菜单,提供以下操作: + +- **复制路径**:复制所选文件或文件夹的路径 +- **在此启动终端**:在所选目录位置打开新的终端会话 +- **重命名**:重命名所选文件或文件夹 +- **删除**:删除所选文件或文件夹 ## 终端会话