update PG

This commit is contained in:
chuqiuyu
2023-08-21 22:20:29 +08:00
parent 062616d2b9
commit 0b30e9f7fc
9 changed files with 285 additions and 107 deletions
+2 -4
View File
@@ -33,8 +33,7 @@ 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'),
url: pd(it, 'a&&href')
pic_url: pd(it, '.card-img&&style')
});
})
setResult(d);
@@ -52,8 +51,7 @@ 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'),
url: ''
pic_url: pdfh(it, '.card-img&&style')
});
})
setResult(d);