File tree Expand file tree Collapse file tree
imageviewer/src/main/java/com/king/image/imageviewer/loader Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ ImageViewer for Android 是一个图片查看器,一般用来查看图片详
4949
5050* 为了保证 **ImageViewer** 体积最小化,让用户有更多选择的可能性, **ImageViewer** 仅编译时用到了 **coil** 、**Glide** 和 **Picasso** 。
5151
52- > 当你使用了 **CoilImageLoader** 时,则需依赖[coil ](https://github.com/coil-kt/coil)库 (v1.2.0新增)
52+ > 当你使用了 **CoilImageLoader** 时,则需依赖[ **COIL** ](https://github.com/coil-kt/coil)库 (v1.2.0新增)
5353
5454> 当你使用了 **GlideImageLoader** 时,则需依赖[ **Glide** ](https://github.com/bumptech/glide)库
5555
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import coil.load
66import com.king.image.imageviewer.ImageDataSource
77
88/* *
9- * 当使用[CoilImageLoader]时,必须依赖[coil ](https://github.com/coil-kt/coil)库
9+ * 当使用[CoilImageLoader]时,必须依赖[COIL ](https://github.com/coil-kt/coil)库
1010 *
1111 * @author <a href="mailto:jenly1314@gmail.com">Jenly</a>
1212 * <p>
You can’t perform that action at this time.
0 commit comments