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

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,