Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rachpt committed Jan 14, 2020
1 parent b6be74f commit f4fcdb7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,24 @@
<h1 align="center">- 蓝奏云 GUI -</h1>

<p align="center">
<img src="https://img.shields.io/badge/version-0.0.4-blue?logo=iCloud">
<img src="https://img.shields.io/badge/version-0.0.5-blue?logo=iCloud">
<img src="https://img.shields.io/badge/support-Windows-blue?logo=Windows">
<img src="https://img.shields.io/badge/support-Linux-yellow?logo=Linux">
<img src="https://img.shields.io/badge/support-MacOS-green?logo=apple">
</p>

- 本项目使用`PyQt5`实现图形界面,实现蓝奏云的大部分功能
- 本项目使用`PyQt5`实现图形界面,可以完成蓝奏云的大部分功能

- 得益于 API 的功能,可以间接突破单文件最大 100MB 的限制,同时增加了批量上传/下载的功能

- `Python` 依赖见[requirement.txt](https://github.com/rachpt/lanzou-gui/blob/master/requirement.txt)[releases](https://github.com/rachpt/lanzou-gui/releases) 有打包好了的 Windows 可执行程序,但可能不是最新的
- `Python` 依赖见[requirements.txt](https://github.com/rachpt/lanzou-gui/blob/master/requirements.txt)[releases](https://github.com/rachpt/lanzou-gui/releases) 有打包好了的 Windows 可执行程序,**可能不是最新的**


# 一些说明
- 目前并发下载任务为3,多个文件时最多同时3个下载,单个文件还是单线程的,后期会开放设置;

- 上传功能还不是很完善,~~不能后台上传,也就是只有所有文件上传完成后,你才能继续其他的事情~~`v0.0.4`已经解决;

- 理想的文件上传功能是直接拖拽文件到软件界面,然而目前还不能(欢迎熟悉PyQt5的同学PR);

- 回收站在计划中,目前还没有;
Expand Down

0 comments on commit f4fcdb7

Please sign in to comment.