Authored by weiqingting

添加 app_version 到 User-Agent

... ... @@ -60,6 +60,7 @@ const postcssPlugin = (et) => {
group = group === '' ? 'yo' : group;
file.retina = true;
file.radio = 2;
return group ? Promise.resolve(group) : Promise.reject(group);
}
... ...
... ... @@ -61,7 +61,7 @@
&.received {
width: 113px;
height: 134px;
height: 140px;
background-image: url("/channel/received.png");
position: absolute;
top: 0;
... ... @@ -70,7 +70,7 @@
&.zero {
width: 111px;
height: 134px;
height: 140px;
background-image: url("/channel/zero.png");
position: absolute;
top: 0;
... ...