rss: fix douban event hot title
This commit is contained in:
parent
5d5f0a3fa5
commit
f80098af2b
|
|
@ -13,7 +13,7 @@ module.exports = async (ctx) => {
|
|||
});
|
||||
|
||||
ctx.state.data = {
|
||||
title: '豆瓣同城-热门活动-locationId',
|
||||
title: `豆瓣同城-热门活动-${locationId}`,
|
||||
link: referer,
|
||||
item: response.data.subject_collection_items.map(({ title, url, date, cover, subtype, info, price_range }) => {
|
||||
const pubDate = new Date(date).toUTCString();
|
||||
|
|
|
|||
Loading…
Reference in New Issue