fix: duplicate guid for each item (#12416)
* fix: duplicate guid for each item * fix: typo
This commit is contained in:
parent
12f45a7844
commit
712c7d475c
|
|
@ -40,6 +40,7 @@ module.exports = async (ctx) => {
|
|||
description: `Sony - ${productId.toUpperCase()}`,
|
||||
item: list.map((item) => ({
|
||||
title: item.title,
|
||||
guid: item.title + ' - ' + item.url,
|
||||
link: item.url,
|
||||
pubDate: item.pubDate,
|
||||
})),
|
||||
|
|
|
|||
Loading…
Reference in New Issue