From fde589dfaa15ff6337b4a11293610d981bf82ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B2=A4=E9=B1=BC=E5=90=AC=E5=90=AC?= <2435065796@qq.com> Date: Fri, 9 Apr 2021 12:25:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?update=20README.md.=20--=E6=8B=96=E6=8B=BD?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E8=AF=B4=E6=98=8E=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6e21f5a..38e7e53 100644 --- a/README.md +++ b/README.md @@ -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. 文件回收站 From 82693fa43ed8ca9c9d8e0281a720e9b6a739f0c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B2=A4=E9=B1=BC=E5=90=AC=E5=90=AC?= <2435065796@qq.com> Date: Fri, 9 Apr 2021 12:27:04 +0800 Subject: [PATCH 2/2] =?UTF-8?q?update=20README.en.md.=20--=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=8B=96=E6=8B=BD=E4=B8=8A=E4=BC=A0=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.en.md b/README.en.md index b80e356..11cf199 100644 --- a/README.en.md +++ b/README.en.md @@ -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