{
  "boards": [
    {
      "id": "today",
      "label": "今日",
      "description": "一个偏文字的 AI 信息雷达站：保留新闻和长文阅读，同时把模型、论文、工具、项目更新统一放进信息流。"
    },
    {
      "id": "ai",
      "label": "AI 情报",
      "description": "中文 AI 科技媒体、官方博客、模型发布和技术长文进入同一个阅读流，重点看变化和影响。"
    },
    {
      "id": "news",
      "label": "综合新闻",
      "description": "保留澎湃、联合早报等传统新闻源，需要时切回来看看世界本身。"
    },
    {
      "id": "essay",
      "label": "长文文章",
      "description": "ONE 一个、独立博客、专栏和杂志型内容放在这里，节奏更慢，适合收藏后阅读。"
    },
    {
      "id": "tools",
      "label": "工具项目",
      "description": "工具源先暂停，后续只接能提供可读正文或可整理说明的项目源，再生成每周清单。"
    },
    {
      "id": "saved",
      "label": "收藏",
      "description": "稍后读、可沉淀成笔记、可能进入工作流或文章素材的内容。"
    }
  ],
  "sources": [
    {
      "id": "openai-news",
      "name": "OpenAI News",
      "url": "https://openai.com/news/rss.xml",
      "board": "ai",
      "kind": "ai",
      "tags": ["官方", "OpenAI"],
      "fetchContent": true,
      "preferFeedContent": true,
      "enabled": false
    },
    {
      "id": "huggingface-zh",
      "name": "Hugging Face 中文博客",
      "url": "{RSSHUB_BASE}/huggingface/blog-zh",
      "board": "ai",
      "kind": "ai",
      "tags": ["中文", "模型", "开源"],
      "fetchContent": false,
      "preferFeedContent": true,
      "enabled": true
    },
    {
      "id": "qbitai-news",
      "name": "量子位",
      "url": "{RSSHUB_BASE}/qbitai/category/%E8%B5%84%E8%AE%AF",
      "board": "ai",
      "kind": "ai",
      "tags": ["中文", "AI 媒体"],
      "fetchContent": false,
      "preferFeedContent": true,
      "enabled": true
    },
    {
      "id": "mittrchina",
      "name": "MIT 科技评论中文",
      "url": "{RSSHUB_BASE}/mittrchina/index",
      "board": "ai",
      "kind": "ai",
      "tags": ["中文", "科技"],
      "fetchContent": false,
      "preferFeedContent": true,
      "enabled": true
    },
    {
      "id": "leiphone-ai",
      "name": "雷峰网",
      "url": "{RSSHUB_BASE}/leiphone/newsflash",
      "board": "ai",
      "kind": "ai",
      "tags": ["中文", "产业"],
      "fetchContent": false,
      "preferFeedContent": true,
      "enabled": true
    },
    {
      "id": "cn-healthcare-ai",
      "name": "健康界 · 医疗AI",
      "url": "{RSSHUB_BASE}/cn-healthcare/index",
      "board": "ai",
      "kind": "ai",
      "tags": ["中文", "医疗AI", "数字健康"],
      "fetchContent": false,
      "preferFeedContent": true,
      "includeKeywords": ["人工智能", "大模型", "医疗AI", "AI医疗", "AI时代", "AI+", "互联网医疗", "智慧医院", "数字健康", "数字化", "数智"],
      "enabled": true
    },
    {
      "id": "huggingface-blog",
      "name": "Hugging Face Blog",
      "url": "https://huggingface.co/blog/feed.xml",
      "board": "ai",
      "kind": "ai",
      "tags": ["英文精选", "模型"],
      "fetchContent": true,
      "enabled": true
    },
    {
      "id": "hacker-news",
      "name": "Hacker News",
      "url": "https://news.ycombinator.com/rss",
      "board": "tools",
      "kind": "tools",
      "tags": ["技术", "社区"],
      "fetchContent": false,
      "enabled": false
    },
    {
      "id": "thepaper-featured",
      "name": "澎湃新闻",
      "url": "{RSSHUB_BASE}/thepaper/featured",
      "board": "news",
      "kind": "news",
      "tags": ["新闻", "国内"],
      "fetchContent": true,
      "enabled": true
    },
    {
      "id": "one",
      "name": "ONE 一个",
      "url": "{RSSHUB_BASE}/wufazhuce/one",
      "board": "essay",
      "kind": "essay",
      "tags": ["文章", "生活"],
      "fetchContent": false,
      "preferFeedContent": true,
      "enabled": true
    },
    {
      "id": "latepost",
      "name": "晚点 LatePost",
      "url": "{RSSHUB_BASE}/latepost",
      "board": "news",
      "kind": "news",
      "tags": ["商业", "科技"],
      "fetchContent": false,
      "preferFeedContent": true,
      "enabled": true
    },
    {
      "id": "github-trending",
      "name": "GitHub Trending",
      "url": "{RSSHUB_BASE}/github/trending/daily/any",
      "board": "tools",
      "kind": "tools",
      "tags": ["开源", "项目"],
      "fetchContent": false,
      "enabled": false
    }
  ]
}
