diff --git a/README_CN.md b/README_CN.md index 5a8277f3a3235e4a1e5359146fdb82ba5ad6330e..a639e668ddf94f0c5778fcf379ca2b3508083a45 100644 --- a/README_CN.md +++ b/README_CN.md @@ -69,7 +69,7 @@ ScreenUtil.init(width: 750, height: 1334, allowFontScaling: true); / ### 使用 ### API - +#### 传入设计稿的px尺寸 px px px ! ```dart ScreenUtil().setWidth(540) (sdk>=2.6 : 540.w) //根据屏幕宽度适配尺寸 ScreenUtil().setHeight(200) (sdk>=2.6 : 200.h) //根据屏幕高度适配尺寸