添加 app_version 到 User-Agent
Showing
2 changed files
with
3 additions
and
2 deletions
@@ -60,6 +60,7 @@ const postcssPlugin = (et) => { | @@ -60,6 +60,7 @@ const postcssPlugin = (et) => { | ||
60 | group = group === '' ? 'yo' : group; | 60 | group = group === '' ? 'yo' : group; |
61 | 61 | ||
62 | file.retina = true; | 62 | file.retina = true; |
63 | + file.radio = 2; | ||
63 | 64 | ||
64 | return group ? Promise.resolve(group) : Promise.reject(group); | 65 | return group ? Promise.resolve(group) : Promise.reject(group); |
65 | } | 66 | } |
@@ -61,7 +61,7 @@ | @@ -61,7 +61,7 @@ | ||
61 | 61 | ||
62 | &.received { | 62 | &.received { |
63 | width: 113px; | 63 | width: 113px; |
64 | - height: 134px; | 64 | + height: 140px; |
65 | background-image: url("/channel/received.png"); | 65 | background-image: url("/channel/received.png"); |
66 | position: absolute; | 66 | position: absolute; |
67 | top: 0; | 67 | top: 0; |
@@ -70,7 +70,7 @@ | @@ -70,7 +70,7 @@ | ||
70 | 70 | ||
71 | &.zero { | 71 | &.zero { |
72 | width: 111px; | 72 | width: 111px; |
73 | - height: 134px; | 73 | + height: 140px; |
74 | background-image: url("/channel/zero.png"); | 74 | background-image: url("/channel/zero.png"); |
75 | position: absolute; | 75 | position: absolute; |
76 | top: 0; | 76 | top: 0; |
-
Please register or login to post a comment