fix(route): set different guid (#10759)

This commit is contained in:
Fatpandac 2022-09-11 19:16:46 +08:00 committed by GitHub
parent e712ee3a1a
commit 16a25f5243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ module.exports = async (ctx) => {
description: art(path.join(__dirname, 'templates/bios.art'), {
item,
}),
guid: url + item.Version,
pubDate: parseDate(item.ReleaseDate, 'YYYY/MM/DD'),
link: url,
}));