new & fix

- new: switch of sftp `rm -rf` dir
- fix: sftp upload
- fix: sftp uploading progress
- opt.: editor will save content if is editing file
This commit is contained in:
lollipopkit
2023-08-27 00:10:01 +08:00
parent 65de4a8ca5
commit 7abadfb5a6
18 changed files with 129 additions and 74 deletions

View File

@@ -53,7 +53,6 @@
"dockerStatusRunningAndStoppedFmt": "{runningCount}个正在运行, {stoppedCount}个已停止",
"dockerStatusRunningFmt": "{count}个容器正在运行",
"download": "下载",
"downloadStatus": "{size} 的 {percent}%",
"edit": "编辑",
"editVirtKeys": "编辑虚拟按键",
"editor": "编辑器",
@@ -137,6 +136,7 @@
"open": "打开",
"paste": "粘贴",
"path": "路径",
"percentOfSize": "{size} 的 {percent}%",
"pickFile": "选择文件",
"pingAvg": "平均:",
"pingInputIP": "请输入目标IP或域名",
@@ -176,6 +176,7 @@
"serverTabUnkown": "未知状态",
"setting": "设置",
"sftpDlPrepare": "准备连接至服务器...",
"sftpRmrfDir": "在 SFTP 中使用 `rm -rf` 删除文件夹",
"sftpSSHConnected": "SFTP 已连接...",
"showDistLogo": "显示发行版 Logo",
"snippet": "代码片段",