Authored by 沈志敏

增加判断参数

... ... @@ -218,6 +218,9 @@ exports.getMktcBySeo = function() {
return mktc;
}
/**
* 动态添加下载条
*/
exports.setFontSize = function() {
var e = document.documentElement;
if (!e.style.fontSize) {
... ...
... ... @@ -374,7 +374,7 @@ function setDownloadBar() {
return new RegExp(url, 'i').test(location.href);
});
if (nodownload || downBar || blackCheck) {
if (nodownload || window.qs.nodownload || downBar || blackCheck) {
return;
}
... ...