From 254932e5de06887f5d388e6de55733e10f129969 Mon Sep 17 00:00:00 2001 From: panpf Date: Fri, 20 Oct 2023 17:33:52 +0800 Subject: [PATCH] docs: Update multiplatform documentation --- docs/wiki/multiplatform.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/wiki/multiplatform.md b/docs/wiki/multiplatform.md index 875709fd1..f3f9f0f22 100644 --- a/docs/wiki/multiplatform.md +++ b/docs/wiki/multiplatform.md @@ -2,19 +2,19 @@ Both ZoomImage's `zoomimage-core` and `zoomimage-compose` modules are cross-platform and can be found in -Used on JVM, Android, macOS, Linux, Windows and other platforms (iOS is not supported at the moment) +Used on Android, macOS, Linux, Windows and other platforms (iOS is not supported at the moment)
-----------------
-ZoomImage 的 zoomimage-core 和 zoomimage-compose 两个模块都是跨平台的,可以在 -JVM、Android、macOS、Linux、Windows 等平台上使用(暂不支持 iOS) +ZoomImage 的 `zoomimage-core` 和 `zoomimage-compose` 两个模块都是跨平台的,可以在 +Android、macOS、Linux、Windows 等平台上使用(暂不支持 iOS) When configuring dependencies, you only need to add `zoomimage-core` or `zoomimage-compose` dependencies to the project, without specifying the platform, Gradle The corresponding package is automatically loaded according to the current platform
-----------------
-配置依赖时只需要在项目中添加 zoomimage-core 或 zoomimage-compose 依赖即可,不需指定平台,Gradle +配置依赖时只需要在项目中添加 `zoomimage-core` 或 `zoomimage-compose` 依赖即可,不需指定平台,Gradle 会自动根据当前平台加载对应的包 -The desktop platform does not currently support subsampling because the JVM platform does not +The desktop platform does not currently support subsampling because the desktop platform does not currently have an API similar to BitmapRegionDecoder in Android
-----------------
-桌面平台目前不支持子采样,因为 JVM 平台目前没有类似 Android 中 BitmapRegionDecoder 的 API \ No newline at end of file +桌面平台目前不支持子采样,因为桌面平台目前没有类似 Android 中 BitmapRegionDecoder 的 API \ No newline at end of file