!25 更新readme --添加拖拽功能说明

Merge pull request !25 from 小鲤鱼听听/develop
This commit is contained in:
小鲤鱼听听 2021-04-09 12:27:49 +08:00 committed by Gitee
commit d3b58ebdf3
2 changed files with 12 additions and 10 deletions

View File

@ -41,7 +41,7 @@ The software follows the MIT open source protocol
### File operations
1. Users can add, delete and modify the directory structure
2. Provide uploading and downloading of files.
2. Provide drag and drop to upload and downloading of files.
3. Support online decompression of ZIP files and RAR files
4. Support files and directories to move and copy
5. Classified view of multiple file formats
@ -89,9 +89,9 @@ The project was developed and deployed in a front-end separation approach, using
#### 1.1 The page layout
- **Left menu bar area:** display file type, click to view files by category, the bottom shows the occupied storage space.
- **Top file operation area:** including operation button group for files, switch button group for file viewing mode, and set button for file display column.
- **Right file display area:** including breadcrumb navigation bar -- identifies the directory currently located; File display area -- the display format will change according to the file viewing mode; Bottom paging component.
- Left menu bar area: display file type, click to view files by category, the bottom shows the occupied storage space.
- Top file operation area: including operation button group for files, switch button group for file viewing mode, and set button for file display column.
- Right file display area: including breadcrumb navigation bar -- identifies the directory currently located; File display area -- the display format will change according to the file viewing mode; Bottom paging component.
![网盘主页](https://images.gitee.com/uploads/images/2021/0325/105935_225d3d46_1837873.png)
@ -133,7 +133,7 @@ File viewing supports three presentation modes (list, grid, and timeline)
![文件在线解压缩](https://images.gitee.com/uploads/images/2021/0325/123823_aba673e8_1837873.png)
### 7. File upload
### 7. File upload & Drag and drop to upload
文件采用**分片上传**,集成了[simiple-uplader](https://github.com/simple-uploader/Uploader/blob/develop/README_zh-CN.md#uploader)的文件**秒传**、**断点续传**功能。
![文件上传](https://images.gitee.com/uploads/images/2020/1127/211713_87fb01b2_947714.png '屏幕截图.png')
@ -141,6 +141,7 @@ File viewing supports three presentation modes (list, grid, and timeline)
### 8. Document Recycle Bin
![文件回收站](https://images.gitee.com/uploads/images/2021/0325/123843_f8fa15bf_1837873.png)
![文件拖拽上传](https://images.gitee.com/uploads/images/2021/0409/121635_6d27831b_1837873.gif)
## Contact us

View File

@ -41,7 +41,7 @@
### 文件操作
1. 用户可对目录结构进行增加,删除,修改
2. 提供文件的上传,下载,
2. 提供文件的拖拽上传,下载,
3. 支持对 zip 文件和 rar 文件的在线解压缩
4. 支持文件和目录的移动和复制
5. 多文件格式分类查看
@ -89,9 +89,9 @@
#### 1.1 页面布局
- **左侧菜单栏区域:**展示文件类型,点击可以分类查看文件,底部显示已占用存储空间。
- **顶部文件操作区域:**包括对文件的操作按钮组、文件查看模式切换按钮组、设置文件显示列按钮。
- **右侧文件展示区域:**包括面包屑导航栏——标识当前位于的目录;文件展示区域——展示形式会随文件查看模式而改变;底部分页组件。
- 左侧菜单栏区域:展示文件类型,点击可以分类查看文件,底部显示已占用存储空间。
- 顶部文件操作区域:包括对文件的操作按钮组、文件查看模式切换按钮组、设置文件显示列按钮。
- 右侧文件展示区域:包括面包屑导航栏——标识当前位于的目录;文件展示区域——展示形式会随文件查看模式而改变;底部分页组件。
![网盘主页](https://images.gitee.com/uploads/images/2021/0325/105935_225d3d46_1837873.png)
@ -133,10 +133,11 @@
![文件在线解压缩](https://images.gitee.com/uploads/images/2021/0325/123823_aba673e8_1837873.png)
### 7. 文件上传
### 7. 文件上传&拖拽上传
文件采用**分片上传**,集成了[simiple-uplader](https://github.com/simple-uploader/Uploader/blob/develop/README_zh-CN.md#uploader)的文件**秒传**、**断点续传**功能。
![文件上传](https://images.gitee.com/uploads/images/2020/1127/211713_87fb01b2_947714.png '屏幕截图.png')
![文件拖拽上传](https://images.gitee.com/uploads/images/2021/0409/121635_6d27831b_1837873.gif)
### 8. 文件回收站