diff --git a/js/version.txt b/js/version.txt index e7118f6..9083fd6 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.9.47beta17 \ No newline at end of file +3.9.47beta18 \ No newline at end of file diff --git a/js/磁力熊[磁].js b/js/磁力熊[磁].js index 6554546..8a9dc2d 100644 --- a/js/磁力熊[磁].js +++ b/js/磁力熊[磁].js @@ -31,7 +31,8 @@ var rule = { d.push({ title: pdfh(it, 'h2&&Text'), desc: pdfh(it, '.me-auto&&Text') + '分 / ' + pdfh(it, '.small&&Text'), - pic_url: pd(it, '.card-img&&style'), + // pic_url: pd(it, '.card-img&&style'), + pic_url: /!'/.test(pd(it, '.card-img&&style'))?pd(it, '.card-img&&style'):pd(it, '.card-img&&style').replaceAll("'",""), url: pd(it, 'a&&href') }); }) @@ -46,7 +47,8 @@ var rule = { d.push({ title: pdfh(it, 'h2&&Text'), desc: pdfh(it, '.me-auto&&Text') + '分 / ' + pdfh(it, '.small&&Text'), - pic_url: pdfh(it, '.card-img&&style'), + // pic_url: pdfh(it, '.card-img&&style'), + pic_url: /!'/.test(pd(it, '.card-img&&style'))?pd(it, '.card-img&&style'):pd(it, '.card-img&&style').replaceAll("'",""), url: pd(it, 'a&&href') }); })