feat: dongmanhua description (#2125)
This commit is contained in:
parent
baa6f5e3b8
commit
6b4a6dddcd
|
|
@ -33,7 +33,7 @@ module.exports = async (ctx) => {
|
|||
title: t,
|
||||
pubDate: new Date(date[i]).toUTCString(),
|
||||
link: link[i],
|
||||
description: '',
|
||||
description: `<a href=${link[i]} target="_blank">${t}</a>`,
|
||||
}));
|
||||
|
||||
ctx.state.data = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue