Skip to content

Commit

Permalink
fix(/tongji/sem): Add the correct icon (#17662)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitdownkevin authored Nov 21, 2024
1 parent b017246 commit e7d732b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/routes/tongji/sem/notice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit e7d732b

Please sign in to comment.