import type { Namespace } from '@/types';

export const namespace: Namespace = {
    name: 'Informed AI News',
    url: 'informedainews.com',
    description: `
::: tip
informed AI RSS feeds:

-   World News Daily: 'https://rsshub.app/informedainews/zh-Hans/docs/world-news-daily'
-   Tech Enthusiast Weekly: 'https://rsshub.app/informedainews/zh-Hans/docs/tech-enthusiast-weekly'
-   AI Enthusiast Weekly: 'https://rsshub.app/informedainews/zh-Hans/docs/ai-enthusiast-daily'
:::`,

    zh: {
        name: '知闻AI',
    },
    lang: 'en',
};
