Authored by 李靖

图片质量

1 { 1 {
2 "name": "mars-static", 2 "name": "mars-static",
3 "private": true, 3 "private": true,
4 - "version": "1.0.1", 4 + "version": "1.0.2",
5 "description": "mars-static", 5 "description": "mars-static",
6 "main": "build.js", 6 "main": "build.js",
7 "scripts": { 7 "scripts": {
@@ -9,7 +9,8 @@ let indexObj = { @@ -9,7 +9,8 @@ let indexObj = {
9 }, 9 },
10 lazyLoad: function () { 10 lazyLoad: function () {
11 lazyload($('img.lazy'), { 11 lazyload($('img.lazy'), {
12 - threshold: 1000 12 + threshold: 1000,
  13 + q: 80
13 }); 14 });
14 }, 15 },
15 resizeInit: function () { 16 resizeInit: function () {