export interface RssInfo { authorName: string; description: string; detect: number; imageUrl: string; title: string; error?: number; }