fix(route): /zju/cst (#15550)

This commit is contained in:
JimenezLi 2024-05-11 00:36:20 +08:00 committed by GitHub
parent 4129d62fb2
commit d4557a6c7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ async function getPage(id) {
return {
title: item.find('a').text(),
pubDate: parseDate(item.find('.fr').text()),
link: new URL(item.find('a').attr('href'), res.url).href,
link: new URL(item.find('a').attr('href'), host).href,
};
})
.get()