fix xiaohongshu note url (#5222)

This commit is contained in:
hoilc 2020-07-28 12:52:12 +08:00 committed by GitHub
parent d5d6f6ab35
commit 1f703b43ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module.exports = async (ctx) => {
const list = main.notesDetail;
const resultItem = list.map((item) => ({
title: `${item.title}`,
link: `${item.link}`,
link: `https://www.xiaohongshu.com/discovery/item/${item.id}`,
description: `<img src ="${item.cover.url}"><br>${item.title}`,
}));