Merge branch 'develop' of https://gitee.com/qiwen-cloud/qiwen-file into develop
This commit is contained in:
commit
37b1292ac1
39
README.en.md
39
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 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
|
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
|
||||||
@ -52,7 +52,9 @@ The software follows the MIT open source protocol
|
|||||||
10. Support file renaming
|
10. Support file renaming
|
||||||
11. Display file storage and total capacity in real time
|
11. Display file storage and total capacity in real time
|
||||||
12. Support ElasticSearch file search
|
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
|
## 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)的文件**秒传**、**断点续传**功能。
|
文件采用**分片上传**,集成了[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
|
### 8. Document Recycle Bin
|
||||||
|
|
||||||

|

|
||||||

|
|
||||||
|
|
||||||
### 9. Files are shared individually and in batches
|
### 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
|
## Contact us
|
||||||
|
|
||||||
If you have any questions, please join the QQ group consultation
|
If you have any questions, please join the QQ group consultation
|
||||||
@ -196,6 +219,12 @@ If you have any questions, please join the QQ group consultation
|
|||||||
<img src="https://images.gitee.com/uploads/images/2021/0325/133740_557ca1d8_1837873.png"/>
|
<img src="https://images.gitee.com/uploads/images/2021/0325/133740_557ca1d8_1837873.png"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
## Thanks
|
||||||
|
|
||||||
|
The development of this project cannot be achieved without the support of other excellent open source projects. I would like to thank the following open source projects:
|
||||||
|
|
||||||
|
- [vue-simple-uploader](https://github.com/simple-uploader/vue-uploader/blob/master/README_zh-CN.md):A [simple-uploader.js](https://github.com/simple-uploader/Uploader/blob/develop/README_zh-CN.md) based on the development of Vue.js for the sharding upload plug-in
|
||||||
|
- [vue-video-player](https://github.com/surmon-china/vue-video-player):A video player component based on [video.js](https://docs.videojs.com/) development
|
||||||
|
|
||||||
## Participate in the contribution
|
## Participate in the contribution
|
||||||
|
|
||||||
|
46
README.md
46
README.md
@ -41,7 +41,7 @@
|
|||||||
### 文件操作
|
### 文件操作
|
||||||
|
|
||||||
1. 用户可对目录结构进行增加,删除,修改
|
1. 用户可对目录结构进行增加,删除,修改
|
||||||
2. 提供文件的拖拽上传,下载,
|
2. 提供文件的拖拽上传,下载,支持截图粘贴直接上传图片
|
||||||
3. 支持对 zip 文件和 rar 文件的在线解压缩
|
3. 支持对 zip 文件和 rar 文件的在线解压缩
|
||||||
4. 支持文件和目录的移动和复制
|
4. 支持文件和目录的移动和复制
|
||||||
5. 多文件格式分类查看
|
5. 多文件格式分类查看
|
||||||
@ -52,7 +52,9 @@
|
|||||||
10. 支持文件重命名
|
10. 支持文件重命名
|
||||||
11. 可实时显示文件存储占用情况及总占用容量
|
11. 可实时显示文件存储占用情况及总占用容量
|
||||||
12. 支持 ElasticSearch 文件搜索
|
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
|
**后台**:Spring Boot、MyBatis、JPA、JWT
|
||||||
|
|
||||||
@ -86,6 +88,7 @@
|
|||||||
## 部署说明
|
## 部署说明
|
||||||
|
|
||||||
请移步奇文社区查看 [手把手教你部署奇文网盘](https://www.qiwenshare.com/essay/detail/169)
|
请移步奇文社区查看 [手把手教你部署奇文网盘](https://www.qiwenshare.com/essay/detail/169)
|
||||||
|
|
||||||
## 部分功能截图
|
## 部分功能截图
|
||||||
|
|
||||||
### 1. 网盘主页
|
### 1. 网盘主页
|
||||||
@ -142,11 +145,22 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 7. 文件上传&拖拽上传
|
### 7. 文件上传三种方式
|
||||||
|
|
||||||
|
#### 7.1 文件分片上传
|
||||||
|
|
||||||
文件采用**分片上传**,集成了[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)的文件**秒传**、**断点续传**功能。
|
||||||

|

|
||||||

|
|
||||||
|
#### 7.2 拖拽上传
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
#### 7.3 截图粘贴上传
|
||||||
|
|
||||||
|
直接使用任何截图工具截图后,在拖拽区域使用 Ctrl + V 粘贴图片,点击上传图片即可上传。
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### 8. 文件回收站
|
### 8. 文件回收站
|
||||||
|
|
||||||
@ -184,17 +198,33 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### 11. 视频在线预览
|
||||||
|
|
||||||
|
文件类型为视频时,点击即可打开预览窗口,展示播放列表,支持快进、后退、暂停、倍速播放、全屏播放、下载视频和折叠播放列表。
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### 12. 音频在线播放
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## 联系我们
|
## 联系我们
|
||||||
|
|
||||||
如您有问题,请加入 QQ 群咨询
|
如您有问题,请加入 QQ 群咨询
|
||||||
|
|
||||||
**QQ交流群** 和 **微信公众号** 请扫描下面二维码
|
**QQ 交流群** 和 **微信公众号** 请扫描下面二维码
|
||||||
|
|
||||||
<div style="dispaly: flex;">
|
<div style="dispaly: flex;">
|
||||||
<img src="https://images.gitee.com/uploads/images/2021/0325/133721_7c174ea5_1837873.png"/>
|
<img src="https://images.gitee.com/uploads/images/2021/0325/133721_7c174ea5_1837873.png"/>
|
||||||
<img src="https://images.gitee.com/uploads/images/2021/0325/133740_557ca1d8_1837873.png"/>
|
<img src="https://images.gitee.com/uploads/images/2021/0325/133740_557ca1d8_1837873.png"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
## 鸣谢
|
||||||
|
|
||||||
|
此项目的开发离不开其他优秀开源项目的支持,在此感谢以下开源项目:
|
||||||
|
|
||||||
|
- [vue-simple-uploader](https://github.com/simple-uploader/vue-uploader/blob/master/README_zh-CN.md):一款基于 [simple-uploader.js](https://github.com/simple-uploader/Uploader/blob/develop/README_zh-CN.md) 开发的适用于 Vue.js 的分片上传插件
|
||||||
|
- [vue-video-player](https://github.com/surmon-china/vue-video-player):一款基于 [video.js](https://docs.videojs.com/) 开发的视频播放组件
|
||||||
|
|
||||||
## 参与贡献
|
## 参与贡献
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user