更新源
This commit is contained in:
parent
6d959299f6
commit
27d2ed2c04
@ -1 +1 @@
|
||||
3.9.47beta17
|
||||
3.9.47beta18
|
||||
@ -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')
|
||||
});
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user