diff --git a/lib/routes/zjut/www/index.ts b/lib/routes/zjut/www/index.ts index 67d5a5e11ba5c5..f86ccef2bf7593 100644 --- a/lib/routes/zjut/www/index.ts +++ b/lib/routes/zjut/www/index.ts @@ -103,7 +103,7 @@ async function handler(ctx) { ); return { - title: $('li#classname').text() + ' - 浙江工业大学', + title: $('head > title').text() + ' - 浙江工业大学', link: rootUrl + type, item: items, } as Data;