We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1929e95 commit 8f66b45Copy full SHA for 8f66b45
README.md
@@ -0,0 +1,45 @@
1
+ BNetDisk
2
+=========================
3
+
4
+基于Qt5/qml,使用google material design的第三方百度网盘客户端。
5
6
7
8
+目前支持以下功能
9
+--------
10
+* 文件多线程下载
11
+* 基础的网盘文件管理功能(删除和重命名)
12
+* 文件共享(支持私人和公开共享)
13
+* 网盘文件搜索
14
+* 支持按照文件类型分类浏览
15
+* 支持管理网盘回收站和共享的文件
16
17
18
+待添加功能
19
20
+* 文件上传
21
+* 网盘文件目录移动
22
+* 更多下载模块的功能管理
23
24
25
+编译
26
+-----------
27
+```bash
28
+git clone https://github.com/SunRain/BNetDisk.git
29
+cd BNetDisk
30
+git submodule update --init --recursive
31
+mkdir build
32
+cd build
33
+qmake ..
34
+make
35
+...
36
+```
37
38
+项目使用了以下模块,感谢
39
40
+* qml-material - https://github.com/papyros/qml-material
41
+* quickflux - https://github.com/benlau/quickflux
42
43
44
45
0 commit comments