diff --git a/lib/routes/pku/bbs/hot.ts b/lib/routes/pku/bbs/hot.ts index f5bdc41faa..8139811499 100644 --- a/lib/routes/pku/bbs/hot.ts +++ b/lib/routes/pku/bbs/hot.ts @@ -44,7 +44,7 @@ async function handler() { const listItems = $('#list-content .list-item') .map(function () { return { - url: new URL($(this).find('> a.link').attr('href'), r.url).href, + url: new URL($(this).find('> a.link').attr('href'), 'https://bbs.pku.edu.cn/v2').href, title: $(this).find('.title').text(), }; })