提交 c8f5c84a authored 作者: 张颂恩's avatar 张颂恩

调整

上级 9bafe30f
...@@ -1514,9 +1514,9 @@ qrcode.decodefrank = function (w, h, idata) { ...@@ -1514,9 +1514,9 @@ qrcode.decodefrank = function (w, h, idata) {
brennerQuality = 140 + i * 1; brennerQuality = 140 + i * 1;
} }
if (rst != null && rst != '') { if (rst != null && rst != '') {
if (rst.indexOf("http://tj1.me") >= 0 || rst.indexOf("http://tj1.co") >= 0) { //if (rst.indexOf("http://tj1.me") >= 0 || rst.indexOf("http://tj1.co") >= 0) {
break; break;
} //}
} }
} }
//110~140 by 2 //110~140 by 2
...@@ -1526,9 +1526,9 @@ qrcode.decodefrank = function (w, h, idata) { ...@@ -1526,9 +1526,9 @@ qrcode.decodefrank = function (w, h, idata) {
brennerQuality = 110 + i * 1; brennerQuality = 110 + i * 1;
} }
if (rst != null && rst != '') { if (rst != null && rst != '') {
if (rst.indexOf("http://tj1.me") >= 0 || rst.indexOf("http://tj1.co") >= 0) { //if (rst.indexOf("http://tj1.me") >= 0 || rst.indexOf("http://tj1.co") >= 0) {
break; break;
} //}
} }
} }
//85~110 by 5 //85~110 by 5
...@@ -1538,9 +1538,9 @@ qrcode.decodefrank = function (w, h, idata) { ...@@ -1538,9 +1538,9 @@ qrcode.decodefrank = function (w, h, idata) {
brennerQuality = 85 + i * 5; brennerQuality = 85 + i * 5;
} }
if (rst != null && rst != '') { if (rst != null && rst != '') {
if (rst.indexOf("http://tj1.me") >= 0 || rst.indexOf("http://tj1.co") >= 0) { //if (rst.indexOf("http://tj1.me") >= 0 || rst.indexOf("http://tj1.co") >= 0) {
break; break;
} //}
} }
} }
} else { } else {
...@@ -1551,9 +1551,9 @@ qrcode.decodefrank = function (w, h, idata) { ...@@ -1551,9 +1551,9 @@ qrcode.decodefrank = function (w, h, idata) {
brennerQuality = 100 + i * 1; brennerQuality = 100 + i * 1;
} }
if (rst != null && rst != '') { if (rst != null && rst != '') {
if (rst.indexOf("http://tj1.me") >= 0 || rst.indexOf("http://tj1.co") >= 0) { //if (rst.indexOf("http://tj1.me") >= 0 || rst.indexOf("http://tj1.co") >= 0) {
break; break;
} //}
} }
} }
//70~100 by 2 //70~100 by 2
...@@ -1564,9 +1564,9 @@ qrcode.decodefrank = function (w, h, idata) { ...@@ -1564,9 +1564,9 @@ qrcode.decodefrank = function (w, h, idata) {
brennerQuality = 100 - j * 1; brennerQuality = 100 - j * 1;
} }
if (rst != null && rst != '') { if (rst != null && rst != '') {
if (rst.indexOf("http://tj1.me") >= 0 || rst.indexOf("http://tj1.co") >= 0) { //if (rst.indexOf("http://tj1.me") >= 0 || rst.indexOf("http://tj1.co") >= 0) {
break; break;
} //}
} }
} }
} }
...@@ -1578,9 +1578,9 @@ qrcode.decodefrank = function (w, h, idata) { ...@@ -1578,9 +1578,9 @@ qrcode.decodefrank = function (w, h, idata) {
brennerQuality = 130 + j * 4; brennerQuality = 130 + j * 4;
} }
if (rst != null && rst != '') { if (rst != null && rst != '') {
if (rst.indexOf("http://tj1.me") >= 0 || rst.indexOf("http://tj1.co") >= 0) { //if (rst.indexOf("http://tj1.me") >= 0 || rst.indexOf("http://tj1.co") >= 0) {
break; break;
} //}
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论