From 3044b88e4e3ba26161e3be7f34e89918b8fff70d Mon Sep 17 00:00:00 2001 From: wangmaolin Date: Fri, 22 Nov 2024 11:30:56 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9react-native-image-ma?= =?UTF-8?q?rker=20=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3=EF=BC=8C=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=81=97=E7=95=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-image-marker.md | 4 ++-- zh-cn/react-native-image-marker.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/en/react-native-image-marker.md b/en/react-native-image-marker.md index b53a8819..cc1f4d3b 100644 --- a/en/react-native-image-marker.md +++ b/en/react-native-image-marker.md @@ -469,10 +469,10 @@ extends Padding | y | radius value for y | number / string | no | iOS/Android | yes | ## Known Issues - +- [ ] Harmony OS is not support backgroundImage-ImageOptions-alpha feature now: [issue#30](https://github.com/react-native-oh-library/react-native-image-marker/issues/30) - [x] Harmony OS is not support font name feature now: [issue#7](https://github.com/react-native-oh-library/react-native-image-marker/issues/7) - [x] Harmony OS is not support font skewX feature now: [issue#8](https://github.com/react-native-oh-library/react-native-image-marker/issues/8) -- [x] Harmony OS is not support font italic feature now:[issue#9](https://github.com/react-native-oh-library/react-native-image-marker/issues/9) +- [x] Harmony OS is not support font italic feature now: [issue#9](https://github.com/react-native-oh-library/react-native-image-marker/issues/9) ## Others diff --git a/zh-cn/react-native-image-marker.md b/zh-cn/react-native-image-marker.md index 134fc248..42e5f419 100644 --- a/zh-cn/react-native-image-marker.md +++ b/zh-cn/react-native-image-marker.md @@ -464,10 +464,10 @@ extends Padding | y | radius value for y | number / string | no | iOS/Android | yes | ## 遗留问题 - -- [x] Harmony OS is not support font name feature now: [issue#7](https://github.com/react-native-oh-library/react-native-image-marker/issues/7) +- [ ] Harmony OS is not support backgroundImage-ImageOptions-alpha feature now: [issue#30](https://github.com/react-native-oh-library/react-native-image-marker/issues/30) +- [x] Harmony OS is not support font name feature now: [issue#7](https://github.com/react-native-oh-library/react-native-image-marker/issues/7) - [x] Harmony OS is not support font skewX feature now: [issue#8](https://github.com/react-native-oh-library/react-native-image-marker/issues/8) -- [x] Harmony OS is not support font italic feature now:[issue#9](https://github.com/react-native-oh-library/react-native-image-marker/issues/9) +- [x] Harmony OS is not support font italic feature now: [issue#9](https://github.com/react-native-oh-library/react-native-image-marker/issues/9) ## 其他 -- Gitee