Skip to content

Commit

Permalink
chore(shu): 给上海大学相关 rss 添加图标 (#17958)
Browse files Browse the repository at this point in the history
  • Loading branch information
ueiu authored Dec 22, 2024
1 parent 0a307e8 commit 8a58ca1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/routes/shu/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ async function handler(ctx) {
title: noticeType[type].title,
description: noticeType[type].title,
link: noticeType[type].url,
image: 'https://www.shu.edu.cn/__local/0/08/C6/1EABE492B0CF228A5564D6E6ABE_779D1EE3_5BF7.png',
item: items,
};
}
1 change: 1 addition & 0 deletions lib/routes/shu/gs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ async function handler(ctx) {
title: noticeType[type].title,
description: noticeType[type].title,
link: noticeType[type].url,
image: 'https://www.shu.edu.cn/__local/0/08/C6/1EABE492B0CF228A5564D6E6ABE_779D1EE3_5BF7.png',
item: items,
};
}
1 change: 1 addition & 0 deletions lib/routes/shu/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ async function handler(ctx) {
title: noticeType[type].title,
description: noticeType[type].title,
link: noticeType[type].url,
image: 'https://www.shu.edu.cn/__local/0/08/C6/1EABE492B0CF228A5564D6E6ABE_779D1EE3_5BF7.png',
item: items,
};
}
1 change: 1 addition & 0 deletions lib/routes/shu/jwb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ async function handler(ctx) {
return {
title,
link,
image: 'https://www.shu.edu.cn/__local/0/08/C6/1EABE492B0CF228A5564D6E6ABE_779D1EE3_5BF7.png',
item: all,
};
}
1 change: 1 addition & 0 deletions lib/routes/shu/xykd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ async function handler(ctx) {
title: noticeType[type].title,
description: noticeType[type].title,
link: noticeType[type].url,
image: 'https://www.shu.edu.cn/__local/0/08/C6/1EABE492B0CF228A5564D6E6ABE_779D1EE3_5BF7.png',
item: items,
};
}

0 comments on commit 8a58ca1

Please sign in to comment.