区块链快讯
要添加新的RSS源,请编辑 app/lib/rss-sources.ts 文件:
export const RSS_SOURCES: RSSSource[] = [
{
id: 'theblockbeats',
name: 'The Block Beats',
url: 'https://api.theblockbeats.news/v2/rss/all',
description: '区块链快讯',
category: '区块链'
},
// 添加新的源
{
id: 'your-source-id', // 唯一标识符
name: 'Your Source Name', // 显示名称
url: 'https://...', // RSS URL
description: '描述', // 可选
category: '分类' // 可选
},
];id 必须唯一