{
  "generated_at": "2026-06-18T10:10:01.611442+07:00",
  "run_date": "2026-06-18",
  "default_window": "7d",
  "default_topic": "sports",
  "available_windows": [
    {
      "key": "1d",
      "label": "24小时",
      "days": 1
    },
    {
      "key": "3d",
      "label": "3天",
      "days": 3
    },
    {
      "key": "7d",
      "label": "7天",
      "days": 7
    }
  ],
  "topics": [
    {
      "key": "sports",
      "label": "体育热点"
    },
    {
      "key": "esports",
      "label": "电竞热点"
    },
    {
      "key": "ai",
      "label": "AI科技热点"
    },
    {
      "key": "entertainment",
      "label": "泛娱乐热点"
    },
    {
      "key": "platform",
      "label": "平台热议"
    },
    {
      "key": "github",
      "label": "GitHub热点项目"
    }
  ],
  "source_radar": "source_radar.json",
  "source_quality": "source_quality.json",
  "daily_brief": "latest_daily_brief.json",
  "health": "health.json",
  "llm_editorial": "llm_editorial_status.json",
  "ai_context": "../ai-context.txt",
  "static_home": "../home.html",
  "pwa_manifest": "../site.webmanifest",
  "windows": {
    "1d": {
      "label": "24小时",
      "days": 1,
      "topic_counts": {
        "sports": 20,
        "esports": 20,
        "ai": 20,
        "entertainment": 20,
        "platform": 19,
        "github": 20
      },
      "files": {
        "sports": "topics/1d_sports.json",
        "esports": "topics/1d_esports.json",
        "ai": "topics/1d_ai.json",
        "entertainment": "topics/1d_entertainment.json",
        "platform": "topics/1d_platform.json",
        "github": "topics/1d_github.json"
      }
    },
    "3d": {
      "label": "3天",
      "days": 3,
      "topic_counts": {
        "sports": 20,
        "esports": 20,
        "ai": 20,
        "entertainment": 20,
        "platform": 20,
        "github": 20
      },
      "files": {
        "sports": "topics/3d_sports.json",
        "esports": "topics/3d_esports.json",
        "ai": "topics/3d_ai.json",
        "entertainment": "topics/3d_entertainment.json",
        "platform": "topics/3d_platform.json",
        "github": "topics/3d_github.json"
      }
    },
    "7d": {
      "label": "7天",
      "days": 7,
      "topic_counts": {
        "sports": 20,
        "esports": 20,
        "ai": 20,
        "entertainment": 20,
        "platform": 20,
        "github": 20
      },
      "files": {
        "sports": "topics/7d_sports.json",
        "esports": "topics/7d_esports.json",
        "ai": "topics/7d_ai.json",
        "entertainment": "topics/7d_entertainment.json",
        "platform": "topics/7d_platform.json",
        "github": "topics/7d_github.json"
      }
    }
  }
}