diff --git a/README_zh.md b/README_zh.md index 1e232d7..97522da 100644 --- a/README_zh.md +++ b/README_zh.md @@ -166,7 +166,7 @@ ImageKnifeComponent({ .rotate({ angle: 90 }) // 旋转90度 .contrast(12) // 对比度滤波器 ``` -其他变换相关属性,可叠加实现组合变换效果 +其它变换相关属性,可叠加实现组合变换效果 圆形裁剪变换示例 @@ -245,7 +245,7 @@ ImageKnifeComponent({ ImageKnifeOption: new ImageKnifeOption( }).width(100).height(100) ``` #### 9.ImageKnifeComponent - syncLoad -设置是否同步加载图片,默认是异步加载。建议加载尺寸较小的本地图片时将syncLoad设为true,因为耗时较短,在主线程上执行即可 +设置是否同步加载图片,默认是异步加载。建议加载尺寸较小的Resource图片时将syncLoad设为true,因为耗时较短,在主线程上执行即可 ``` ImageKnifeComponent({ imageKnifeOption:new ImageKnifeOption({ @@ -363,7 +363,7 @@ DevEco Studio 5.0 Canary3(5.0.3.502)--SDK:API12 (5.0.0.31) ## 贡献代码 使用过程中发现任何问题都可以提 [issue](https://gitee.com/openharmony-tpc/ImageKnife/issues) -给我们,当然,我们也非常欢迎你给我们发 [PR](https://gitee.com/openharmony-tpc/ImageKnife/issues) 。 +,当然,也非常欢迎发 [PR](https://gitee.com/openharmony-tpc/ImageKnife/pulls) 共建。 ## 开源协议