diff --git a/config.toml b/config.toml index 23edf37..30bd17e 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,12 @@ theme = "hugo-theme-learn" metaDataFormat = "yaml" defaultContentLanguageInSubdir= true +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true +# use icon https://github.com/matcornic/hugo-theme-learn/issues/363 + [params] editURL = "https://github.com/rustdesk/doc.rustdesk.com/edit/master/content/" description = "Documentation for RustDesk" diff --git a/content/manual/_index.de.md b/content/manual/_index.de.md new file mode 100755 index 0000000..40f9f71 --- /dev/null +++ b/content/manual/_index.de.md @@ -0,0 +1,12 @@ +--- +title: Manual +weight: 8 +pre: "3. " +chapter: true +--- + +### Chapter 3 + +# Manual + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/_index.en.md b/content/manual/_index.en.md new file mode 100755 index 0000000..40f9f71 --- /dev/null +++ b/content/manual/_index.en.md @@ -0,0 +1,12 @@ +--- +title: Manual +weight: 8 +pre: "3. " +chapter: true +--- + +### Chapter 3 + +# Manual + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/_index.fr.md b/content/manual/_index.fr.md new file mode 100644 index 0000000..40f9f71 --- /dev/null +++ b/content/manual/_index.fr.md @@ -0,0 +1,12 @@ +--- +title: Manual +weight: 8 +pre: "3. " +chapter: true +--- + +### Chapter 3 + +# Manual + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/_index.it.md b/content/manual/_index.it.md new file mode 100755 index 0000000..40f9f71 --- /dev/null +++ b/content/manual/_index.it.md @@ -0,0 +1,12 @@ +--- +title: Manual +weight: 8 +pre: "3. " +chapter: true +--- + +### Chapter 3 + +# Manual + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/_index.ja.md b/content/manual/_index.ja.md new file mode 100755 index 0000000..40f9f71 --- /dev/null +++ b/content/manual/_index.ja.md @@ -0,0 +1,12 @@ +--- +title: Manual +weight: 8 +pre: "3. " +chapter: true +--- + +### Chapter 3 + +# Manual + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/_index.pt.md b/content/manual/_index.pt.md new file mode 100755 index 0000000..40f9f71 --- /dev/null +++ b/content/manual/_index.pt.md @@ -0,0 +1,12 @@ +--- +title: Manual +weight: 8 +pre: "3. " +chapter: true +--- + +### Chapter 3 + +# Manual + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/_index.ru.md b/content/manual/_index.ru.md new file mode 100755 index 0000000..40f9f71 --- /dev/null +++ b/content/manual/_index.ru.md @@ -0,0 +1,12 @@ +--- +title: Manual +weight: 8 +pre: "3. " +chapter: true +--- + +### Chapter 3 + +# Manual + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/_index.zh-cn.md b/content/manual/_index.zh-cn.md new file mode 100755 index 0000000..ac92776 --- /dev/null +++ b/content/manual/_index.zh-cn.md @@ -0,0 +1,12 @@ +--- +title: 使用手册 +weight: 8 +pre: "3. " +chapter: true +--- + +### Chapter 3 + +# 使用手册 + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/_index.zh-tw.md b/content/manual/_index.zh-tw.md new file mode 100755 index 0000000..a994ef4 --- /dev/null +++ b/content/manual/_index.zh-tw.md @@ -0,0 +1,12 @@ +--- +title: 使用手冊 +weight: 8 +pre: "3. " +chapter: true +--- + +### Chapter 3 + +# 使用手冊 + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/android/_index.de.md b/content/manual/android/_index.de.md new file mode 100755 index 0000000..e930858 --- /dev/null +++ b/content/manual/android/_index.de.md @@ -0,0 +1,6 @@ +--- +title: Android +weight: 1 +--- + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/android/_index.en.md b/content/manual/android/_index.en.md new file mode 100755 index 0000000..e930858 --- /dev/null +++ b/content/manual/android/_index.en.md @@ -0,0 +1,6 @@ +--- +title: Android +weight: 1 +--- + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/android/_index.fr.md b/content/manual/android/_index.fr.md new file mode 100644 index 0000000..e930858 --- /dev/null +++ b/content/manual/android/_index.fr.md @@ -0,0 +1,6 @@ +--- +title: Android +weight: 1 +--- + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/android/_index.it.md b/content/manual/android/_index.it.md new file mode 100755 index 0000000..e930858 --- /dev/null +++ b/content/manual/android/_index.it.md @@ -0,0 +1,6 @@ +--- +title: Android +weight: 1 +--- + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/android/_index.ja.md b/content/manual/android/_index.ja.md new file mode 100755 index 0000000..e930858 --- /dev/null +++ b/content/manual/android/_index.ja.md @@ -0,0 +1,6 @@ +--- +title: Android +weight: 1 +--- + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/android/_index.pt.md b/content/manual/android/_index.pt.md new file mode 100755 index 0000000..e930858 --- /dev/null +++ b/content/manual/android/_index.pt.md @@ -0,0 +1,6 @@ +--- +title: Android +weight: 1 +--- + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/android/_index.ru.md b/content/manual/android/_index.ru.md new file mode 100755 index 0000000..e930858 --- /dev/null +++ b/content/manual/android/_index.ru.md @@ -0,0 +1,6 @@ +--- +title: Android +weight: 1 +--- + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/android/_index.zh-cn.md b/content/manual/android/_index.zh-cn.md new file mode 100755 index 0000000..ad90c2e --- /dev/null +++ b/content/manual/android/_index.zh-cn.md @@ -0,0 +1,137 @@ +--- +title: 安卓 +weight: 1 +--- + +### 控制其他设备的屏幕 +------ + +在首页中输入目标设备的ID或选择历史设备,即可进行验证。 +验证成功后即可控制对方的桌面。 + +| 首页 | 连接成功 | +| --------------- | -------------------------------------------------------- | +| ![](/docs/en/manual/android/images/connection_home_zh.jpg?width=300px) | ![](/docs/en/manual/android/images/connection.jpg?width=300px) | + + +输入控制提供`鼠标模式`/`触屏模式`两种模式,可以通过下方工具栏进行切换。 + +| 进入 | 模式选择 | +| --------------- | -------------------------------------------------------- | +| ![](/docs/en/manual/android/images/touch_mode_icon.png?width=300px) | ![](/docs/en/manual/android/images/touch_mode_zh.jpg?width=300px) | + + +### 管理其他设备的文件,相互传输文件 +------ + +1.1.9版本开始,安卓客户端增加了管理其他设备文件的功能。 + +在首页的已连接设备列表中,找到需要进行文件控制的目标设备ID。 + +长按或点击右侧更多选项即可选择`文件传输` + +| 首页 | 连接成功 | +| --------------- | -------------------------------------------------------- | +| ![](/docs/en/manual/android/images/connection_home_file_zh.jpg?width=300px) | ![](/docs/en/manual/android/images/file_connection.jpg?width=300px) | + + + +- 初始目录是设备的Home目录,可以点击 快速回到Home。 +- 在标题栏下方是目录层级,可以点击相应文件夹快速跳转。 +- 点击 可以访问上级目录。 +- 列表底部会提示当前绝对路径和项目统计。 +- 点击标题栏的`本地` / `远程` 进行页面切换。 + + +#### **如何传输文件?** + +| 多选模式 | 文件粘贴 | +| --------------- | -------------------------------------------------------- | +| ![](/docs/en/manual/android/images/file_multi_select.jpg?width=300px) | ![](/docs/en/manual/android/images/file_copy.png?width=300px) | + +1. **长按**列表中的文件或文件夹可以可快速进入**多选模式**,可以进行多项目删除,或文件传输。 +2. 选择文件后切换`本地` / `远程`页面,切换页面后将看到`粘贴到这里?`的提示,点击图中的粘贴文件图标即可将选中的文件/文件夹传输至目标目录。 + + +### 共享安卓手机的屏幕或者文件 +------ + +1.1.9版本开始,安卓客户端增加了共享手机屏幕和共享手机文件系统的功能。 + +- 基础屏幕共享功能需要安卓6及以上版本 +- 共享手机系统内部音频需要安卓10及以上版本 +- IOS尚不支持屏幕共享 + + +#### **获取权限与开启服务** + +通过底部导航栏点击`共享屏幕` + +根据需要,配置各项权限,首次获取权限时可能会需要手动向系统申请。 + +![](/docs/en/manual/android/images/server_page_zh.jpg?width=300px) + +| 权限 | 说明 | +| --------------- | -------------------------------------------------------- | +| 屏幕录制 | 是否启动屏幕录制共享权限,启动的同时即开启监听服务 | +| 鼠标输入* | 是否允许控制者控制手机的输入,比如用鼠标进行虚拟触屏操作 | +| 文件传输* | 是否开启文件传输权限,启动后可远程控制这台手机的文件系统 | +| 音频录制 | 是否共享手机内部的系统音乐(非麦克风输入) | + +{{% notice note %}} +其中,* 代表特殊权限,获取此类权限需要跳转到安卓系统设置页面手动获取,详情如下 +{{% /notice %}} + +#### **特殊权限获取 - 文件** + +| 获取安卓文件权限将会自动跳转到系统设置页面 | +| :---------------: | +| ![](/docs/en/manual/android/images/get_file_zh.jpg?width=300px) | + +#### **特殊权限获取 - 鼠标输入** +| 步骤 一 找到“已安装的服务” | 步骤 二 启动RustDesk Input | +| --------------- | -------------------------------------------------------- | +| ![](/docs/en/manual/android/images/get_input1_zh.png?width=300px) | ![](/docs/en/manual/android/images/get_input2_zh.jpg?width=300px) | + +{{% notice note %}} +以上演示操作系统为 Samsung Galaxy S10 Android11 OneUI, +不同安卓手机系统的系统设置页面可能会不同,请根据您的系统页面调整 +{{% /notice %}} + +#### **启动服务** + +获取 `屏幕录制` 权限后将自动启动服务,也可以通过点击`启动服务`按钮开启服务,服务启动后即可接受来自其他设备的桌面控制请求。 + +若开启了`文件传输`权限,也可以接受来自其他设备的文件控制请求。 + +启动服务后,会自动为此设备获取唯一ID和随机的密码,其他设备可以通过ID与密码对手机进行控制,也可以在收到新请求时手动进行确认。 + +| 启动服务前 | 启动服务后 | +| --------------- | -------------------------------------------------------- | +| ![](/docs/en/manual/android/images/server_off_zh.jpg?width=300px) | ![](/docs/en/manual/android/images/server_on_zh.jpg?width=300px) | + +{{% notice note %}} +1.点击`启动服务`会默认开启`屏幕录制`权限。2.未获得`屏幕录制`权限时,其他设备无法发出控制请求。 +{{% /notice %}} + +**PC端:** + +![](/docs/en/manual/android/images/android_server_pc_side_zh.png?width=700px) + +**Android端:** +| 可以随时停止服务或关闭指定连接 | 可以接收或发起聊天 | +| --------------- | -------------------------------------------------------- | +| ![](/docs/en/manual/android/images/android_server1_zh.jpg?width=300px) | ![](/docs/en/manual/android/images/android_server2_zh.jpg?width=300px) | + + + +### **设置ID/中继服务器** +------ +通过底部导航栏点击`设置`,进入设置页面点击`ID/中继服务器`。 +输入并提交后会自动切换至指定服务器。 +也可以通过右上角扫描二维码。 + +![](/docs/en/manual/android/images/id_setting_zh.png?width=300px) + + +有关自建服务器的详细内容,请参考[自建服务器](/docs/zh-cn/self-host/) \ No newline at end of file diff --git a/content/manual/android/_index.zh-tw.md b/content/manual/android/_index.zh-tw.md new file mode 100755 index 0000000..11efa16 --- /dev/null +++ b/content/manual/android/_index.zh-tw.md @@ -0,0 +1,6 @@ +--- +title: 安卓 +weight: 1 +--- + +{{% children depth="3" showhidden="true" %}} \ No newline at end of file diff --git a/content/manual/android/images/android_server1_zh.jpg b/content/manual/android/images/android_server1_zh.jpg new file mode 100755 index 0000000..9b2134c Binary files /dev/null and b/content/manual/android/images/android_server1_zh.jpg differ diff --git a/content/manual/android/images/android_server2_zh.jpg b/content/manual/android/images/android_server2_zh.jpg new file mode 100755 index 0000000..e8cbbfc Binary files /dev/null and b/content/manual/android/images/android_server2_zh.jpg differ diff --git a/content/manual/android/images/android_server_pc_side_zh.png b/content/manual/android/images/android_server_pc_side_zh.png new file mode 100644 index 0000000..48409a0 Binary files /dev/null and b/content/manual/android/images/android_server_pc_side_zh.png differ diff --git a/content/manual/android/images/connection.jpg b/content/manual/android/images/connection.jpg new file mode 100755 index 0000000..633c064 Binary files /dev/null and b/content/manual/android/images/connection.jpg differ diff --git a/content/manual/android/images/connection_home_file_zh.jpg b/content/manual/android/images/connection_home_file_zh.jpg new file mode 100755 index 0000000..3ae1728 Binary files /dev/null and b/content/manual/android/images/connection_home_file_zh.jpg differ diff --git a/content/manual/android/images/connection_home_zh.jpg b/content/manual/android/images/connection_home_zh.jpg new file mode 100644 index 0000000..7a8f35c Binary files /dev/null and b/content/manual/android/images/connection_home_zh.jpg differ diff --git a/content/manual/android/images/file_connection.jpg b/content/manual/android/images/file_connection.jpg new file mode 100755 index 0000000..ad16eb5 Binary files /dev/null and b/content/manual/android/images/file_connection.jpg differ diff --git a/content/manual/android/images/file_copy.png b/content/manual/android/images/file_copy.png new file mode 100644 index 0000000..9cea3fa Binary files /dev/null and b/content/manual/android/images/file_copy.png differ diff --git a/content/manual/android/images/file_multi_select.jpg b/content/manual/android/images/file_multi_select.jpg new file mode 100755 index 0000000..e4eca7b Binary files /dev/null and b/content/manual/android/images/file_multi_select.jpg differ diff --git a/content/manual/android/images/get_file_zh.jpg b/content/manual/android/images/get_file_zh.jpg new file mode 100755 index 0000000..8bbb62e Binary files /dev/null and b/content/manual/android/images/get_file_zh.jpg differ diff --git a/content/manual/android/images/get_input1_zh.png b/content/manual/android/images/get_input1_zh.png new file mode 100644 index 0000000..b117ea9 Binary files /dev/null and b/content/manual/android/images/get_input1_zh.png differ diff --git a/content/manual/android/images/get_input2_zh.jpg b/content/manual/android/images/get_input2_zh.jpg new file mode 100644 index 0000000..bd3ae23 Binary files /dev/null and b/content/manual/android/images/get_input2_zh.jpg differ diff --git a/content/manual/android/images/id_setting_zh.png b/content/manual/android/images/id_setting_zh.png new file mode 100644 index 0000000..9e627d5 Binary files /dev/null and b/content/manual/android/images/id_setting_zh.png differ diff --git a/content/manual/android/images/server_off_zh.jpg b/content/manual/android/images/server_off_zh.jpg new file mode 100755 index 0000000..35ce125 Binary files /dev/null and b/content/manual/android/images/server_off_zh.jpg differ diff --git a/content/manual/android/images/server_on_zh.jpg b/content/manual/android/images/server_on_zh.jpg new file mode 100755 index 0000000..83c7b0b Binary files /dev/null and b/content/manual/android/images/server_on_zh.jpg differ diff --git a/content/manual/android/images/touch_mode_icon.png b/content/manual/android/images/touch_mode_icon.png new file mode 100644 index 0000000..442b1b7 Binary files /dev/null and b/content/manual/android/images/touch_mode_icon.png differ diff --git a/content/manual/android/images/touch_mode_zh.jpg b/content/manual/android/images/touch_mode_zh.jpg new file mode 100755 index 0000000..60d4fb9 Binary files /dev/null and b/content/manual/android/images/touch_mode_zh.jpg differ