fix(route/zjut): fix the title of 浙江工业大学首页 (#17290)

This commit is contained in:
竹林里有冰 2024-10-25 00:28:45 +08:00 committed by GitHub
parent b8a46a161d
commit 8e399546ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ async function handler(ctx) {
);
return {
title: $('li#classname').text() + ' - 浙江工业大学',
title: $('head > title').text() + ' - 浙江工业大学',
link: rootUrl + type,
item: items,
} as Data;