From 2e5821e11952e19e211aed49c4b4679a975cc114 Mon Sep 17 00:00:00 2001
From: liyating <2435065796@qq.com>
Date: Fri, 16 Apr 2021 14:46:57 +0800
Subject: [PATCH 1/4] =?UTF-8?q?readme=E6=9B=B4=E6=96=B0--=E6=96=B0?=
=?UTF-8?q?=E5=A2=9E=E5=8A=9F=E8=83=BD=E8=AF=B4=E6=98=8E=EF=BC=9A=E6=88=AA?=
=?UTF-8?q?=E5=9B=BE=E7=B2=98=E8=B4=B4=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87?=
=?UTF-8?q?=E3=80=81=E8=A7=86=E9=A2=91=E5=9C=A8=E7=BA=BF=E9=A2=84=E8=A7=88?=
=?UTF-8?q?=E3=80=81=E9=9F=B3=E9=A2=91=E5=9C=A8=E7=BA=BF=E9=A2=84=E8=A7=88?=
=?UTF-8?q?=E3=80=81PDF/JSON/CSS/TXT=E7=AD=89=E6=96=87=E6=9C=AC=E6=96=87?=
=?UTF-8?q?=E4=BB=B6=E5=9C=A8=E7=BA=BF=E9=A2=84=E8=A7=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.en.md | 34 ++++++++++++++++++++++++++++------
README.md | 41 ++++++++++++++++++++++++++++++++---------
2 files changed, 60 insertions(+), 15 deletions(-)
diff --git a/README.en.md b/README.en.md
index 69c0765..48f83ac 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 drag and drop to upload and downloading of files.
+2. Provide drag and drop to upload and downloading of files, support screenshot paste directly upload pictures
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
@@ -52,7 +52,9 @@ The software follows the MIT open source protocol
10. Support file renaming
11. Display file storage and total capacity in real time
12. Support ElasticSearch file search
-13. ...
+13. Support to share files with others and view the list of files you have shared
+14. Provide picture online preview, video online preview, audio online preview, PDF, JSON, TXT and other commonly used text file online preview, support Office online preview
+15. ……
## The source address
@@ -143,15 +145,26 @@ Manual resizing of ICONS is supported in grid mode and timeline mode:

-### 7. File upload & Drag and drop to upload
+### 7. There are three ways to upload files
+
+#### 7.1 File fragmentation upload
文件采用**分片上传**,集成了[simiple-uplader](https://github.com/simple-uploader/Uploader/blob/develop/README_zh-CN.md#uploader)的文件**秒传**、**断点续传**功能。
-
+
+
+#### 7.2 Drag and drop uploads
+
+
+
+#### 7.3 Paste and upload the screenshot
+
+After taking the screenshot directly with any screenshot tool, use Ctrl + V to paste the image in the drag and drop area and click Upload to upload the image.
+
+
### 8. Document Recycle Bin

-
### 9. Files are shared individually and in batches
@@ -185,6 +198,16 @@ Support quick copy of the sharing link and extraction code in the list, and mark

+### 11. Video Preview Online
+
+When the file type is video, click to open the preview window and display the playlist. It supports fast forward, backward, pause, double speed playback, full-screen playback, download video and fold playlist.
+
+
+
+### 12. Audio online playback
+
+
+
## Contact us
If you have any questions, please join the QQ group consultation
@@ -196,7 +219,6 @@ If you have any questions, please join the QQ group consultation
-
## Participate in the contribution
1. Fork the warehouse
diff --git a/README.md b/README.md
index 4839d4d..619a459 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@
### 文件操作
1. 用户可对目录结构进行增加,删除,修改
-2. 提供文件的拖拽上传,下载,
+2. 提供文件的拖拽上传,下载,支持截图粘贴直接上传图片
3. 支持对 zip 文件和 rar 文件的在线解压缩
4. 支持文件和目录的移动和复制
5. 多文件格式分类查看
@@ -52,7 +52,9 @@
10. 支持文件重命名
11. 可实时显示文件存储占用情况及总占用容量
12. 支持 ElasticSearch 文件搜索
-13. .……
+13. 支持将文件分享给他人,并查看自己已分享过的文件列表
+14. 提供图片在线预览、视频在线预览、音频在线预览、PDF、JSON、TXT 等常用文本文件在线预览,支持 office 在线预览
+15. ……
## 源码地址
@@ -63,13 +65,13 @@
## 网络拓扑图
-
+
## 软件架构
该项目采用前后端分离的方式进行开发和部署,主要用到以下关键技术
-**前台**:Element UI、Vue CLI@3、Node.js、Webpack
+**前端**:Element UI、Vue CLI@3、Node.js、Webpack
**后台**:Spring Boot、MyBatis、JPA、JWT
@@ -86,6 +88,7 @@
## 部署说明
请移步奇文社区查看 [手把手教你部署奇文网盘](https://www.qiwenshare.com/essay/detail/169)
+
## 部分功能截图
### 1. 网盘主页
@@ -142,11 +145,22 @@

-### 7. 文件上传&拖拽上传
+### 7. 文件上传三种方式
+
+#### 7.1 文件分片上传
文件采用**分片上传**,集成了[simiple-uplader](https://github.com/simple-uploader/Uploader/blob/develop/README_zh-CN.md#uploader)的文件**秒传**、**断点续传**功能。
-
-
+
+
+#### 7.2 拖拽上传
+
+
+
+#### 7.3 截图粘贴上传
+
+直接使用任何截图工具截图后,在拖拽区域使用 Ctrl + V 粘贴图片,点击上传图片即可上传。
+
+
### 8. 文件回收站
@@ -184,18 +198,27 @@

+### 11. 视频在线预览
+
+文件类型为视频时,点击即可打开预览窗口,展示播放列表,支持快进、后退、暂停、倍速播放、全屏播放、下载视频和折叠播放列表。
+
+
+
+### 12. 音频在线播放
+
+
+
## 联系我们
如您有问题,请加入 QQ 群咨询
-**QQ交流群** 和 **微信公众号** 请扫描下面二维码
+**QQ 交流群** 和 **微信公众号** 请扫描下面二维码