diff --git a/lib/routes/ali213/news.ts b/lib/routes/ali213/news.ts index e5afb903aa66a8..0d0ecba9d92e31 100644 --- a/lib/routes/ali213/news.ts +++ b/lib/routes/ali213/news.ts @@ -133,10 +133,10 @@ export const handler = async (ctx: Context): Promise => { .filter((_): _ is { url: string; type: string; content_html: string } => true); return { + ...item, title, description, pubDate: timezone(parseDate($$('div.newstag_l').text().split(/\s/)[0]), +8), - author: item.author, content: { html: description, text: $$('div#Content').html() ?? '',