mirror of
https://github.com/Jerryplusy/crystelf-plugin.git
synced 2025-07-04 06:09:19 +00:00
优化html模板
This commit is contained in:
parent
3504b158ac
commit
dd3427e3f1
@ -9,6 +9,7 @@
|
||||
"wsReConnectInterval": "5000",
|
||||
"token": ""
|
||||
},
|
||||
"maxFeed": 10,
|
||||
"feeds": [
|
||||
{
|
||||
"url": "",
|
||||
|
@ -27,7 +27,7 @@ const rssTools = {
|
||||
date: item.pubDate || item.isoDate,
|
||||
feedTitle: feed.title,
|
||||
feedLink: feed.link,
|
||||
image: feed.image?.url || '',
|
||||
image: feed.image?.url || feed.logo || '',
|
||||
}));
|
||||
} catch (err) {
|
||||
logger.error(`RSS 拉取失败: ${url}`, err);
|
||||
|
Loading…
x
Reference in New Issue
Block a user