commit
d3b58ebdf3
11
README.en.md
11
README.en.md
@ -41,7 +41,7 @@ The software follows the MIT open source protocol
|
|||||||
### File operations
|
### File operations
|
||||||
|
|
||||||
1. Users can add, delete and modify the directory structure
|
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
|
3. Support online decompression of ZIP files and RAR files
|
||||||
4. Support files and directories to move and copy
|
4. Support files and directories to move and copy
|
||||||
5. Classified view of multiple file formats
|
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
|
#### 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.
|
- 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.
|
- 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.
|
- 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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -133,7 +133,7 @@ File viewing supports three presentation modes (list, grid, and timeline)
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 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)的文件**秒传**、**断点续传**功能。
|
文件采用**分片上传**,集成了[simiple-uplader](https://github.com/simple-uploader/Uploader/blob/develop/README_zh-CN.md#uploader)的文件**秒传**、**断点续传**功能。
|
||||||

|

|
||||||
@ -141,6 +141,7 @@ File viewing supports three presentation modes (list, grid, and timeline)
|
|||||||
### 8. Document Recycle Bin
|
### 8. Document Recycle Bin
|
||||||
|
|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
## Contact us
|
## Contact us
|
||||||
|
|
||||||
|
11
README.md
11
README.md
@ -41,7 +41,7 @@
|
|||||||
### 文件操作
|
### 文件操作
|
||||||
|
|
||||||
1. 用户可对目录结构进行增加,删除,修改
|
1. 用户可对目录结构进行增加,删除,修改
|
||||||
2. 提供文件的上传,下载,
|
2. 提供文件的拖拽上传,下载,
|
||||||
3. 支持对 zip 文件和 rar 文件的在线解压缩
|
3. 支持对 zip 文件和 rar 文件的在线解压缩
|
||||||
4. 支持文件和目录的移动和复制
|
4. 支持文件和目录的移动和复制
|
||||||
5. 多文件格式分类查看
|
5. 多文件格式分类查看
|
||||||
@ -89,9 +89,9 @@
|
|||||||
|
|
||||||
#### 1.1 页面布局
|
#### 1.1 页面布局
|
||||||
|
|
||||||
- **左侧菜单栏区域:**展示文件类型,点击可以分类查看文件,底部显示已占用存储空间。
|
- 左侧菜单栏区域:展示文件类型,点击可以分类查看文件,底部显示已占用存储空间。
|
||||||
- **顶部文件操作区域:**包括对文件的操作按钮组、文件查看模式切换按钮组、设置文件显示列按钮。
|
- 顶部文件操作区域:包括对文件的操作按钮组、文件查看模式切换按钮组、设置文件显示列按钮。
|
||||||
- **右侧文件展示区域:**包括面包屑导航栏——标识当前位于的目录;文件展示区域——展示形式会随文件查看模式而改变;底部分页组件。
|
- 右侧文件展示区域:包括面包屑导航栏——标识当前位于的目录;文件展示区域——展示形式会随文件查看模式而改变;底部分页组件。
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -133,10 +133,11 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 7. 文件上传
|
### 7. 文件上传&拖拽上传
|
||||||
|
|
||||||
文件采用**分片上传**,集成了[simiple-uplader](https://github.com/simple-uploader/Uploader/blob/develop/README_zh-CN.md#uploader)的文件**秒传**、**断点续传**功能。
|
文件采用**分片上传**,集成了[simiple-uplader](https://github.com/simple-uploader/Uploader/blob/develop/README_zh-CN.md#uploader)的文件**秒传**、**断点续传**功能。
|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
### 8. 文件回收站
|
### 8. 文件回收站
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user