!25 更新WebIDE帮助文档,根据最新软件重新截取了部分图片

Merge pull request !25 from muruichao/master
This commit is contained in:
muruichao 2024-11-07 03:35:45 +00:00 committed by Gitee
commit 06377626d7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
7 changed files with 15 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -105,7 +105,7 @@
![图5-12](resources/kylin-remote-dev/client_clearnotify.png "清理连接提示")
- 打开连接
- 点击连接右侧“打开连接”按钮将弹出密码/秘钥口令输入框
- 点击连接右侧“打开连接”按钮将弹出密码/秘钥口令输入框
![图5-13](resources/kylin-remote-dev/client_openconnect.png "打开连接")
![图5-14](resources/kylin-remote-dev/client_openconnectpwd.png "输入密码")
- 当输入密码并点击“确认”后客户端将创建与远程机器的ssh连接、完成环境检查、服务部署启动、打开浏览器显示远程开发环境等工作。
@ -166,11 +166,21 @@ sudo systemctl restart ssh/sshd
![9-1](resources/kylin-remote-dev/openx11.png "x11开关")
- 在打开x11开关时会弹窗提示是否清理当前已存在的隧道,点击“清理”后会将已创建的隧道清理掉,用户需要重新打开连接才能生效
- 在打开x11开关时会弹窗提示是否断开当前正在使用的连接,点击“断开”后会将已打开的连接关闭,重新打开连接时才能生效。
![9-2](resources/kylin-remote-dev/x11prompt.png "x11提示")
- 在添加连接页面打开x11开关时因为新增连接并没有创建隧道并不会提示清理隧道(无法重复创建相同连接)
![9-3](resources/kylin-remote-dev/x11prompt2.png "x11提示")
- 打开x11开关后点击“修改远程连接”页面的确认按钮提交修改。再次点击“打开连接”此时x11功能即可生效。
![图5-8](resources/kylin-remote-dev/client_editpage2.png "修改配置高级页")
- 如果点击“取消”则不会修改x11开关状态。
- 在添加连接页面打开x11开关时因为新增连接并没有打开连接只提示服务端sshd配置方法。
![9-3](resources/kylin-remote-dev/addpage_x11open.png "x11提示")
- 当前用户的本地127.0.0.1连接无需设置x11功能
@ -187,4 +197,5 @@ sudo systemctl restart ssh/sshd
#添加ForwardX11 yes及ForwardX11Trusted yes
#若无对应IP Host项直接添加对应Host即可其他ssh相关配置也可在此配置文件直接添加。
```
```