rss: fix format
This commit is contained in:
parent
677b4000ff
commit
1adeb4edc6
|
|
@ -12,7 +12,7 @@ module.exports = async (ctx) => {
|
|||
'User-Agent': config.ua,
|
||||
Referer: `https://space.bilibili.com/${uid}/`,
|
||||
},
|
||||
transformResponse: [data => data],
|
||||
transformResponse: [(data) => data],
|
||||
});
|
||||
const data = JSONbig.parse(response.data).data.cards;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue