Skip to content

Commit

Permalink
fix(route/zjut): fix the title of 浙江工业大学首页 (#17290)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhullyb authored Oct 24, 2024
1 parent b8a46a1 commit 8e39954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/zjut/www/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async function handler(ctx) {
);

return {
title: $('li#classname').text() + ' - 浙江工业大学',
title: $('head > title').text() + ' - 浙江工业大学',
link: rootUrl + type,
item: items,
} as Data;
Expand Down

0 comments on commit 8e39954

Please sign in to comment.