Skip to content

Commit

Permalink
docs: Update multiplatform documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
panpf committed Oct 20, 2023
1 parent 52bec35 commit 254932e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/wiki/multiplatform.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<br>-----------------</br>
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
<br>-----------------</br>
配置依赖时只需要在项目中添加 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
<br>-----------------</br>
桌面平台目前不支持子采样,因为 JVM 平台目前没有类似 Android 中 BitmapRegionDecoder 的 API
桌面平台目前不支持子采样,因为桌面平台目前没有类似 Android 中 BitmapRegionDecoder 的 API

0 comments on commit 254932e

Please sign in to comment.