Skip to content

Commit

Permalink
Merge pull request #124 from 1171736840/dev
Browse files Browse the repository at this point in the history
Update:文档
  • Loading branch information
1171736840 authored Oct 18, 2023
2 parents b2b8b7b + dd7ea26 commit 41c7296
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</p>

<p align="center">
<a target="_blank" href="https://search.maven.org/artifact/org.dromara/x-file-storage">
<img src="https://img.shields.io/maven-central/v/org.dromara/x-file-storage.svg?label=Maven%20Central" />
<a target="_blank" href="https://central.sonatype.com/search?q=org.dromara.x-file-storage">
<img src="https://img.shields.io/maven-central/v/org.dromara.x-file-storage/x-file-storage-core.svg?label=Maven%20Central" />
</a>
<a target="_blank" href="https://www.apache.org/licenses/LICENSE-2.0">
<img src="https://img.shields.io/badge/license-Apache%202-green.svg" />
Expand Down Expand Up @@ -232,6 +232,8 @@ fileStorageService.delete("https://abc.def.com/test/aa/image.png");
//其它更多操作
```

点击 [快速入门](https://x-file-storage.xuyanwu.cn/#/快速入门) 查看全部存储平台的使用方法!

-------

### 🏗️添砖加瓦
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</p>

<p align="center">
<a target="_blank" href="https://search.maven.org/artifact/org.dromara/x-file-storage">
<img src="https://img.shields.io/maven-central/v/org.dromara/x-file-storage.svg?label=Maven%20Central" />
<a target="_blank" href="https://central.sonatype.com/search?q=org.dromara.x-file-storage">
<img src="https://img.shields.io/maven-central/v/org.dromara.x-file-storage/x-file-storage-core.svg?label=Maven%20Central" />
</a>
<a target="_blank" href="https://www.apache.org/licenses/LICENSE-2.0">
<img src="https://img.shields.io/badge/license-Apache%202-green.svg" />
Expand Down
2 changes: 1 addition & 1 deletion docs/更新记录.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-------

## 📦2.0.0 :id=_200
2023-10-17
2023-10-18
- 更改项目名、更改包名、优化项目结构
- 新增直接读取 HttpServletRequest 的流进行上传,文件不落盘,速度更快
- 新增支持 Metadata 元数据
Expand Down

0 comments on commit 41c7296

Please sign in to comment.