You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
487 B
Markdown

3 years ago
# AliYunPan-AutoBackup
#### 介绍
阿里云盘自动备份工具
#### 新增一个Login类可以完成自动登陆
使用方法:需要下载chromeDrive 下载注意本机chrome版本
修改其中userName和pwd变量即可
下载地址:http://chromedriver.storage.googleapis.com/index.html
#### Token获取方法
登录网页端阿里云盘后 控制台输入 JSON.parse(localStorage.getItem('token')).refresh_token 即可获取Token
网页端地址:https://www.aliyundrive.com/
3 years ago