Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: dequejosie <[email protected]>
  • Loading branch information
stout-ni and dequejosie authored Mar 24, 2024
1 parent ddad225 commit fae01f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locales/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -992,11 +992,11 @@
},
"important-letter-spacing": {
"pass": "style 属性中的 letter-spacing 未设置为 !important,或满足最小值",
"fail": "style 属性中的 letter-spacing 必须不使用 !important,或为 ${data.minValue}em(当前 ${data.value}em)"
"fail": "style 属性中的 letter-spacing 一定不能使用 !important,也不能是 ${data.minValue}em(当前 ${data.value}em)"
},
"important-line-height": {
"pass": "style 属性中的 line-height 未设置为 !important,或满足最小值",
"fail": "style 属性中的 line-height 必须不使用 !important,或为 ${data.minValue}em(当前 ${data.value}em)"
"fail": "style 属性中的 line-height 一定不能使用 !important,也不能是 ${data.minValue}em(当前 ${data.value}em)"
},
"important-word-spacing": {
"pass": "style 属性中的 word-spacing 未设置为 !important,或满足最小值",
Expand Down

0 comments on commit fae01f5

Please sign in to comment.