fix(route): 京东商品价格标题 (#9638)

* fix(route): 京东商品价格标题

* fix: add guid
This commit is contained in:
Ethan Shen 2022-04-27 14:01:49 +08:00 committed by GitHub
parent 04e851bf73
commit 3d98cf66ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ module.exports = async (ctx) => {
link: currentUrl,
item: [
{
title,
guid: data.p,
title: data.p,
link: currentUrl,
description: art(path.join(__dirname, 'templates/description.art'), {
p: data.p,