chore(shu): 给上海大学相关 rss 添加图标 (#17958)
This commit is contained in:
parent
0a307e83c6
commit
8a58ca1b77
|
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue