Authored by 李靖

图片质量

{
"name": "mars-static",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"description": "mars-static",
"main": "build.js",
"scripts": {
... ...
... ... @@ -9,7 +9,8 @@ let indexObj = {
},
lazyLoad: function () {
lazyload($('img.lazy'), {
threshold: 1000
threshold: 1000,
q: 80
});
},
resizeInit: function () {
... ...