From e7d732b3970287459d04b9dd1749527f477b6e48 Mon Sep 17 00:00:00 2001 From: XU Ke Date: Thu, 21 Nov 2024 18:41:08 +0800 Subject: [PATCH] fix(/tongji/sem): Add the correct icon (#17662) --- lib/routes/tongji/sem/notice.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/routes/tongji/sem/notice.ts b/lib/routes/tongji/sem/notice.ts index 17f9863e0081b0..790e67ce159ba5 100644 --- a/lib/routes/tongji/sem/notice.ts +++ b/lib/routes/tongji/sem/notice.ts @@ -49,7 +49,9 @@ async function handler(ctx) { return { title: '同济大学经济与管理学院', description: String(subType.has(type) ? subTypeName[type] : '学院通知'), - image: 'https://tongji.edu.cn/images/badge.png', + image: 'https://upload.wikimedia.org/wikipedia/zh/f/f8/Tongji_University_Emblem.svg', + icon: 'https://upload.wikimedia.org/wikipedia/zh/f/f8/Tongji_University_Emblem.svg', + logo: 'https://upload.wikimedia.org/wikipedia/zh/f/f8/Tongji_University_Emblem.svg', link: 'https://sem.tongji.edu.cn/semch', item: resultsWithContent, };