From 7e9074891fb353db497fa7e601b10940a8dc7f6a Mon Sep 17 00:00:00 2001 From: zhangweimin Date: Thu, 26 Feb 2026 17:11:07 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9react-native-skia?= =?UTF-8?q?=E7=9A=84=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3=20Paint=E6=96=B0?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E6=B7=BB=E5=8A=A02.4.14=E8=A7=92=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangweimin --- zh-cn/react-native-skia.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/react-native-skia.md b/zh-cn/react-native-skia.md index 6443442c..7ee36e43 100644 --- a/zh-cn/react-native-skia.md +++ b/zh-cn/react-native-skia.md @@ -847,7 +847,7 @@ ohpm install | -------- | ------------------------------------------ | --------------- | -------- | ----------- | ----------------- | | source | 用作图像过滤器的着色器 | SkRuntimeEffect | yes | android/ios | yes | | children | 首先应用可选的图像过滤器. | ImageFilter | no | android/ios | yes | -| uniforms | 传递给着色器程序的动态参数. | Uniforms | no | android/ios | yes | +| uniforms 2.4.14 | 传递给着色器程序的动态参数. | Uniforms | no | android/ios | yes | ### BlurMask @@ -1073,7 +1073,7 @@ ohpm install | ---- | ----------- | ------ | -------- | ----------- | ----------------- | | blur | 模糊半径,控制背景内容的模糊程度 | number | yes | android/ios | yes | -### Paint +### Paint 2.4.14 #### 属性 -- Gitee