Skip to content

Commit 55a16c7

Browse files
committed
[no]on
1 parent d0d9546 commit 55a16c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/RssFeed.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export default function RssFeed() {
6060
}
6161

6262
const data = await response.json();
63+
// 打印data
6364

6465
// RSS2JSON 返回的是已解析好的JSON格式,不需要进一步解析XML
6566
if (data.status === "ok" && data.items && data.items.length > 0) {

0 commit comments

Comments
 (0)