Skip to content

Commit c850a19

Browse files
authored
fix:丢失"高"字
由低到高
1 parent ec5ab35 commit c850a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets-and-images.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Flutter可以为当前设备加载适合其分辨率的图像。
122122
也就是说,如果`.../my_icon.png`是72px乘72px,那么`.../3.0x/my_icon.png`应该是216px乘216px;
123123
但如果未指定宽度和高度,它们都将渲染为72像素×72像素(以逻辑像素为单位)。
124124

125-
`pubspec.yaml`中asset部分中的每一项都应与实际文件相对应,但主资源项除外。当主资源缺少某个资源时,会按分辨率从低到的顺序去选择
125+
`pubspec.yaml`中asset部分中的每一项都应与实际文件相对应,但主资源项除外。当主资源缺少某个资源时,会按分辨率从低到高的顺序去选择
126126
(译者语:也就是说1x中没有的话会在2x中找,2x中还没有的话就在3x中找)。
127127

128128

0 commit comments

Comments
 (0)