Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
farfun committed Dec 2, 2024
1 parent 2c3aee2 commit 89f309e
Show file tree
Hide file tree
Showing 47 changed files with 16 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ fundrive/lanzou/__pycache__
build
dist
.cache
.venv
.venv
logs
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@ drive.exist(path='upload/README.md')

## 支持的云存储服务

| 序号 | 网盘 | 支持内容 | 对应的包 | 文档 |
| :--: | :--------------- | :------------- | :-- | :-- |
| 1 | [蓝奏云](src/fundrive/drives/alipan/README.md) | 上传/下载/删除 |fundrive-lanzou | [文档](src/fundrive/drives/alipan/README.md) |
| 2 | [OSS](#3.2) | 上传/下载/删除 | fundrive[oss] | |
| 3 | [github](#3.3) | 上传/下载/删除 | fundrive | |
| 4 | [gitee](#3.4) | 上传/下载/删除 | fundrive | |
| 5 | [百度网盘](#3.5) | 上传/下载/删除 | fundrive[alipan] | |
| 6 | [阿里云盘](#3.6) | TODO | | |
| 7 | [Google Drive](#3.6) | TODO | | |
| 8 | [Dropbox](#3.6) | TODO | | |
| 9 | [OneDrive](#3.6) | TODO | | |
| 10 | [Amazon S3](#3.6) | TODO | | |
| 序号 | 网盘 | 支持内容 | 对应的包 |
| :--: | :--------------- | :------------- | :-- |
| 1 | [蓝奏云](src/fundrive/drives/lanzou/README.md) | 上传/下载/删除 |fundrive-lanzou |
| 2 | [OSS](src/fundrive/drives/oss/README.md) | 上传/下载/删除 | fundrive[oss] |
| 3 | [github](src/fundrive/fungit/README.md) | 上传/下载/删除 | fundrive |
| 4 | [gitee](src/fundrive/fungit/README.md) | 上传/下载/删除 | fundrive |
| 5 | [阿里云盘](src/fundrive/drives/alipan/README.md) | 上传/下载/删除 | fundrive[alipan] |
| 6 | [百度网盘](src/fundrive/drives/baidu/README.md) | 上传/下载/删除 | fundrive[baidu] |
| 7 | [谷歌网盘](src/fundrive/drives/google/README.md) | TODO | fundrive |
| 8 | [Dropbox](src/fundrive/drives/dropbox/README.md) | TODO | fundrive |
| 9 | [OneDrive](src/fundrive/drives/onedrive/README.md) | TODO | fundrive |
| 10 | [Amazon](src/fundrive/drives/amazon/README.md) | TODO | fundrive |

- 更多服务即将推出...

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions logs/all.log
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
2024-12-02 10:25:41.840 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-12-02 10:40:32.047 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
1 change: 1 addition & 0 deletions logs/funbuild.log
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
2024-12-02 10:25:41.840 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-12-02 10:40:32.047 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added src/fundrive/drives/oss/READ.md
Empty file.
Empty file added src/fundrive/fungit/READ.md
Empty file.

0 comments on commit 89f309e

Please sign in to comment.