Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in rapid_upload.md #306

Merged
merged 2 commits into from
Jan 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guide/advanced/rapid_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ star: true

==There is a premise that the files required for Rapid upload in network disk A are already available in network disk B, so that Rapid upload can be performed, otherwise it will be uploaded normally==

| | Aliyun | 115 | Baidu | 189 | Xunlei | PikPak | GoogleDrive | OndDrive | localhost |
| | Aliyun | 115 | Baidu | 189 | Xunlei | PikPak | GoogleDrive | OneDrive | localhost |
| :---------: | :----------------: | :----------------: | :----------------: | :----------------: | :-------------: | :----------------: | :-------------: | :-------------: | :-------------: |
| localhost | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :no_entry_sign: |
| Aliyun | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :no_entry_sign: |
Expand Down Expand Up @@ -52,4 +52,4 @@ star: true
<div class="image-preview">
<img src="/img/advanced/r_upload_1.png" alt="Rapid_upload" title="Rapid_upload"/>
<img src="/img/advanced/r_upload_2.png" alt="Rapid_upload" title="Rapid_upload"/>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/zh/guide/advanced/rapid_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ star: true

==有个前提 就是A网盘需要秒传的文件,在B网盘已经有了,才可以进行秒传否则就是正常上传==

| | 阿里云盘 | 115 | 百度云盘 | 天翼云盘 | 迅雷云盘 | PikPak | 谷歌云盘 | OndDrive | 本地存储 |
| | 阿里云盘 | 115 | 百度云盘 | 天翼云盘 | 迅雷云盘 | PikPak | 谷歌云盘 | OneDrive | 本地存储 |
| :------: | :----------------: | :----------------: | :----------------: | :----------------: | :-------------: | :----------------: | :-------------: | :-------------: | :-------------: |
| 本地存储 | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :white_check_mark: | :x: | :x: | :no_entry_sign: |
| 阿里云盘 | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :no_entry_sign: |
Expand Down