We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d9546 commit 55a16c7Copy full SHA for 55a16c7
1 file changed
src/components/RssFeed.tsx
@@ -60,6 +60,7 @@ export default function RssFeed() {
60
}
61
62
const data = await response.json();
63
+ // 打印data
64
65
// RSS2JSON 返回的是已解析好的JSON格式,不需要进一步解析XML
66
if (data.status === "ok" && data.items && data.items.length > 0) {
0 commit comments