fix(route): oasis (#13440)
This commit is contained in:
parent
e8caa9b0e0
commit
66e2af9cc2
|
|
@ -11,9 +11,10 @@ module.exports = async (ctx) => {
|
|||
title: `$('.name-main').text().trim() + ' - 用户 - 绿洲'`,
|
||||
description: `$('.desc').text().trim()`,
|
||||
item: {
|
||||
item: '.container .item',
|
||||
title: `$('.status-desc').text()`,
|
||||
description: `$('.status-desc').text() + '<br>' + $('.media-wrapper').html()`,
|
||||
item: '.container .status-item',
|
||||
title: `$('.status-item-title').clone().children().remove().end().text()`,
|
||||
description: `$('.status-item-title').clone().children().remove().end().text() + '<br>' + $('.status-img').html()`,
|
||||
link: `'https://oasis.weibo.cn/v1/h5/share?sid=' + $('.status-item-title').parent().data('id')`,
|
||||
},
|
||||
})
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue