Skip to content

Commit

Permalink
feat: support aliyun drive
Browse files Browse the repository at this point in the history
  • Loading branch information
reruin committed Jan 28, 2021
1 parent 3402d9c commit 66dfc62
Show file tree
Hide file tree
Showing 6 changed files with 497 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/zh-cn/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
* [SFTP](zh-cn/plugins/sftp.md)
* [Teambition](zh-cn/plugins/teambition.md)
* [Baidu](zh-cn/plugins/baidu.md)
* [Aliyun Drive](zh-cn/plugins/aliyundrive.md)
* [高级应用](zh-cn/advance.md)
9 changes: 9 additions & 0 deletions docs/zh-cn/plugins/aliyundrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Aliyun Drive

[drive.aliyundrive.js](https://github.com/reruin/sharelist/tree/master/plugins/drive.aliyundrive.js) 插件实现。
```挂载路径留空```,ShareList将自动开启挂载向导,按指示填写refresh_token即可。

?> 如何获取refresh_token?
![refresh_token?](https://raw.githubusercontent.com/wxy1343/aliyunpan/main/token.png)


1 change: 1 addition & 0 deletions docs/zh-cn/plugins/onedrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
新版 [OneDrive V2](https://github.com/reruin/sharelist/tree/master/plugins/drive.onedrive.js) 插件提供多种方式的挂载,适用于 家庭版 和 商业版(企业版/教育版)。请将```挂载路径留空```,访问后会开启挂载向导,按提示操作即可。

?> ShareList内置了应用ID和应用机密 用于自动挂载。感谢 [yushangcl](https://github.com/yushangcl]) 提供世纪互联挂载应用。

!> 使用自己提供的应用ID 和 应用机密 时,请将```重定向URI```设置为
```https://reruin.github.io/sharelist/redirect.html```, [查看中转页的代码](https://github.com/reruin/reruin.github.io/blob/master/sharelist/redirect.html)
Loading

0 comments on commit 66dfc62

Please sign in to comment.