Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 authored Dec 6, 2024
1 parent aacf00a commit 21193e6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ImageViewer.load(model)//要加载的图片数据,单张或多张
```kotlin
ImageViewer.setGlobalDefaultImageLoader(imageLoader)
```
> 当设置了全局默认的图片加载器后,就可以在使用`ImageViewer`实例时,不用再单独调用`ImageViewer.imageLoader(imageLoader)`去设置图片加载器了。
> 当设置了全局默认的图片加载器后,就可以在使用`ImageViewer`实例时,不用再单独调用`imageViewer.imageLoader(imageLoader)`去设置图片加载器了。

更多使用详情,请查看[app](app)中的源码使用示例或直接查看 [API帮助文档](https://jenly1314.github.io/ImageViewer/api/)
Expand All @@ -106,11 +106,6 @@ ImageViewer.setGlobalDefaultImageLoader(imageLoader)
* 新增`CoilImageLoader`
* 新增全局设置图片加载器函数 `ImageViewer.setGlobalDefaultImageLoader(imageLoader)`

#### v1.1.0:2023-9-16
* 更新Gradle至v7.3.3
* 更新compileSdk至30
* 优化细节

#### [查看更多版本日志](CHANGELOG.md)

## 赞赏
Expand Down

0 comments on commit 21193e6

Please sign in to comment.