feat: output quote data for twitter and jike

This commit is contained in:
DIYgod
2023-01-09 16:25:26 +00:00
parent 350dfa4535
commit ab2f61824d
3 changed files with 30 additions and 12 deletions

View File

@@ -41,6 +41,7 @@ const json = (data) => {
},
]
: undefined,
_extra: item._extra || undefined,
})),
};
return JSON.stringify(jsonFeed, null, 4);