fix(route/zjut): fix the title of 浙江工业大学首页 (#17290)
This commit is contained in:
parent
b8a46a161d
commit
8e399546ec
|
|
@ -103,7 +103,7 @@ async function handler(ctx) {
|
|||
);
|
||||
|
||||
return {
|
||||
title: $('li#classname').text() + ' - 浙江工业大学',
|
||||
title: $('head > title').text() + ' - 浙江工业大学',
|
||||
link: rootUrl + type,
|
||||
item: items,
|
||||
} as Data;
|
||||
|
|
|
|||
Loading…
Reference in New Issue