fix(route): 增加BBC和微信(feeddd获取)的favicon (#10649)
* Update index.js * Update feeddd.js
This commit is contained in:
parent
256387bd25
commit
d5a952a55e
|
|
@ -85,6 +85,7 @@ module.exports = async (ctx) => {
|
|||
ctx.state.data = {
|
||||
title,
|
||||
link,
|
||||
image: 'https://www.bbc.com/favicon.ico',
|
||||
description: title,
|
||||
item: items,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ module.exports = async (ctx) => {
|
|||
ctx.state.json = {
|
||||
title: response.data.title,
|
||||
link: response.data.feed_url,
|
||||
image: 'https://mp.weixin.qq.com/favicon.ico',
|
||||
description: response.data.title,
|
||||
item: items,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue