mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 10:08:02 +08:00
@@ -28,7 +28,8 @@ module.exports = async (ctx) => {
|
|||||||
link: currentUrl,
|
link: currentUrl,
|
||||||
item: [
|
item: [
|
||||||
{
|
{
|
||||||
title,
|
guid: data.p,
|
||||||
|
title: data.p,
|
||||||
link: currentUrl,
|
link: currentUrl,
|
||||||
description: art(path.join(__dirname, 'templates/description.art'), {
|
description: art(path.join(__dirname, 'templates/description.art'), {
|
||||||
p: data.p,
|
p: data.p,
|
||||||
|
|||||||
Reference in New Issue
Block a user