-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 3458890
Showing
235 changed files
with
42,751 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
node_modules | ||
.DS_Store | ||
dist | ||
dist-ssr | ||
*.local | ||
.debug.env | ||
|
||
tmp | ||
**/.tmp | ||
release | ||
|
||
.idea | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"singleQuote": true, | ||
"printWidth": 260, | ||
"semi": false, | ||
"quoteProps": "as-needed", | ||
"jsxSingleQuote": false, | ||
"trailingComma": "none", | ||
"bracketSpacing": true, | ||
"jsxBracketSameLine": true, | ||
"arrowParens": "always", | ||
"requirePragma": false, | ||
"insertPragma": false, | ||
"wrapAttributes": false, | ||
"sortAttributes": true, | ||
"proseWrap": "preserve", | ||
"htmlWhitespaceSensitivity": "css", | ||
"endOfLine": "lf", | ||
"overrides": [ | ||
{ | ||
"files": ".prettierrc", | ||
"options": { "parser": "json" } | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
# 阿里云盘小白羊版 | ||
|
||
#### 项目说明 | ||
|
||
基于阿里云盘网页版开发的PC客户端,支持win7-11,macOS,linux | ||
|
||
> **04.14:[v2.12.14版已发布](https://github.com/liupan1890/aliyunpan/issues/639),适配官网升级** | ||
> **2022-01-02:在憋大招,耐心等待v3版** | ||
<br /> | ||
v1.6.29:[https://wwe.lanzoui.com/b01npsg8h](https://wwe.lanzoui.com/b01npsg8h) | ||
|
||
v2.12.14:[https://wwe.lanzoui.com/b01nqc4gd](https://wwe.lanzoui.com/b01nqc4gd) | ||
|
||
MacOS:[https://www.macwk.com/soft/aliyun-drive-xiaobaiyang](https://www.macwk.com/soft/aliyun-drive-xiaobaiyang) | ||
|
||
Mac版由macwk.com使用自有签名打包dmg,可以简单点击安装了(不需要输入终端命令),推荐下载此版本,已测MacOS10.12-11.4,兼容M1 | ||
<br /> | ||
|
||
已经发布在小众软件发现频道,大爱小众[meta.appinn.net](https://meta.appinn.net) | ||
|
||
<br /> | ||
|
||
已发布了使用帮助文档 [https://www.yuque.com/liupan1890/xiaobaiyang](https://www.yuque.com/liupan1890/xiaobaiyang) | ||
|
||
`````` | ||
2021年11月28日 已完成功能: | ||
多账号登录、常用文件操作(新建文件夹、收藏、重命名、复制、移动、删除、详情、视频雪碧图)、 | ||
在线播放原始视频、在线播放转码视频、在线预览图片、在线预览文本、在线预览 word/excel/ppt/pdf、 | ||
连接到远程 Aria2 下载、上传文件、上传文件夹、批量改名、在线解压、回收站、收藏夹、 | ||
分享文件、导入阿里云分享链接、缩略图列表、网盘内文件搜索、视频文件洗码 | ||
等待完成的功能: | ||
相册功能、网盘和相册间文件互相复制、文件同步盘、重复文件扫描、帐号间文件复制 | ||
`````` | ||
|
||
<br /> | ||
|
||
# | ||
|
||
![Image](https://raw.githubusercontent.com/liupan1890/aliyunpan/main/doc/v2.10.19.png) | ||
|
||
# | ||
|
||
#### 为什么要用小白羊? | ||
|
||
#### 一:因为更快 | ||
|
||
##### 上传和下载4.4万个json格式小文件(共24GB): | ||
|
||
| 程序 | 总用时 | 用时基准 | | ||
| --- | ---: | ---: | | ||
| 上传&小白羊版 v2.10 | 24分钟 | :zap:58% | | ||
| 上传&PC客户端 v2.2.6 | 41分钟 | 100% | | ||
| ... | | | | | | ||
| 下载&小白羊版 v2.10 | 25分钟 | :zap:42% | | ||
| 下载&PC客户端 v2.2.6 | 59分钟 | 100% | | ||
|
||
|
||
##### 上传和下载33个大文件(共90GB): | ||
|
||
| 程序 | 总用时 | 用时基准 | | ||
| --- | ---: | ---: | | ||
| 上传&小白羊版 v2.10 | 1分10秒 | :zap:44% | | ||
| 上传&PC客户端 v2.2.6 | 2分40秒 | 100% | | ||
| ... | | | | | | ||
| 下载&小白羊版 v2.10 | 38分钟 | :zap:52% | | ||
| 下载&PC客户端 v2.2.6 | 72分钟 | 100% | | ||
|
||
<br/> | ||
|
||
详情参阅 :[v2.10.19性能测试](https://github.com/liupan1890/aliyunpan/blob/main/v2.10.19%E6%80%A7%E8%83%BD%E6%B5%8B%E8%AF%95.md) 的性能测试文档 | ||
|
||
#### 二:因为更好 | ||
|
||
小白羊支持同时登录多个账号管理 | ||
|
||
小白羊特有文件夹树,可以快速方便的操作 | ||
|
||
小白羊支持直接在线播放网盘里的各种格式的视频并且是高清原画,支持外挂字幕/音轨/播放速度调整,比官方的格式更多更清晰 | ||
|
||
小白羊可以显示文件夹体积,可以文件夹和文件混合排序(文件名/体积/时间),并且文件名排序时更准确! | ||
|
||
小白羊可以通过远程Aria2功能把文件直接下载到远程的VPS/NAS上 | ||
|
||
小白羊可以批量的对 大量文件/多层嵌套的文件夹 一键重命名 | ||
|
||
小白羊可以快速复制文件,可以直接预览视频的雪碧图,可以直接删除文件 | ||
|
||
小白羊支持数万文件夹和数万文件的管理,支持一次性列出文件夹里包含的全部文件 | ||
|
||
小白羊支持单次上传/下载 一百万 量级的文件/文件夹 | ||
|
||
小白羊仍在努力开发新功能,让大家使用起来更方便! | ||
|
||
|
||
# | ||
|
||
#### 常见问题请参阅帮助文档 | ||
|
||
|
||
#### 特别感谢 @jkqxl @iD2073 @ybbluesky 等为小白羊提供了大量的优化建议 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
### 阿里云盘接口 | ||
|
||
> 2022-03整理的阿里云盘SDK接口数据 | ||
仅用来记录官方提供的接口参数,共整理了144个,比较全了,与编程语言无关,方便大家据此开发 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
#### 刷新 token | ||
|
||
POST: `https://auth.aliyundrive.com/v2/account/token` | ||
|
||
```json | ||
{ "grant_type": "refresh_token", "app_id": "pJZInNHN2dZWk8qg", "refresh_token": "c65bf6d104ac510885c0124d74c4a099" } | ||
``` | ||
|
||
Response: | ||
|
||
```json | ||
{ | ||
"default_sbox_drive_id": "9600002", | ||
"role": "user", | ||
"device_id": "2909000000004f01aa28264bfc30e4ed", | ||
"user_name": "151***111", | ||
"need_link": false, | ||
"expire_time": "2022-03-21T06:33:21Z", | ||
"pin_setup": true, | ||
"need_rp_verify": false, | ||
"avatar": "https://ccp-bj29-bj-1592982087.oss-cn-beijing.aliyuncs.com/2GhCur3G%2F...", | ||
"user_data": { | ||
"DingDingRobotUrl": "https://oapi.dingtalk.com/robot/send?access_token=0b4a936d0e...", | ||
"EncourageDesc": "内测期间有效反馈前10名用户将获得终身免费会员", | ||
"FeedBackSwitch": true, | ||
"FollowingDesc": "34848372", | ||
"back_up_config": { | ||
"手机备份": { "folder_id": "605c0c29b7acf78b6ee34bf095594f7654e57d68", "photo_folder_id": "605c0c299af37539f3d34879b2f0d1c5543f27d5", "sub_folder": {}, "video_folder_id": "605c0c29e520154c22644bed904b76b25ced317a" } | ||
}, | ||
"ding_ding_robot_url": "https://oapi.dingtalk.com/robot/send?access_token=0b4a936d0e...", | ||
"encourage_desc": "内测期间有效反馈前10名用户将获得终身免费会员", | ||
"feed_back_switch": true, | ||
"following_desc": "34848372" | ||
}, | ||
"token_type": "Bearer", | ||
"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9..................", | ||
"default_drive_id": "9600002", | ||
"domain_id": "bj29", | ||
"refresh_token": "b2d9c244d8a24df38aa1a5dec59e2a92", | ||
"is_first_login": false, | ||
"user_id": "9400000000bc480bbcbbb1e074f55a7f", | ||
"nick_name": "myname", | ||
"exist_link": [], | ||
"state": "", | ||
"expires_in": 7200, | ||
"status": "enabled" | ||
} | ||
``` | ||
|
||
#### 退出登录 | ||
|
||
POST: `https://auth.aliyundrive.com/v2/account/revoke` | ||
|
||
```json | ||
|
||
``` | ||
|
||
Response: | ||
|
||
```json | ||
|
||
``` | ||
|
||
#### 检查账号是否存在 x | ||
|
||
POST: `https://auth.aliyundrive.com/v2/account/mobile/check_exist` | ||
|
||
```json | ||
{ "app_id": "pJZInNHN2dZWk8qg", "phone_number": "151***111", "phone_region": "86" } | ||
``` | ||
|
||
Response: | ||
|
||
```json | ||
{ "is_exist": true } | ||
``` |
Oops, something went wrong.