{
  "site": {
    "name": "ISO 下载站",
    "description": "开源操作系统镜像下载站 - 提供 Linux 与 Windows 系统 ISO 镜像下载",
    "footer": "© 2026 ISO Download Station"
  },
  "categories": [
    {
      "id": "linux",
      "name": "Linux",
      "type": "folder",
      "icon": "linux",
      "description": "Linux 发行版 ISO 镜像 - 涵盖所有主流发行版及版本",
      "children": [
        {
          "id": "32-bit",
          "name": "32-bit (i386 / x86)",
          "type": "folder",
          "icon": "folder",
          "description": "32 位 Linux 发行版镜像",
          "dataFile": "data/linux-32bit.json"
        },
        {
          "id": "64-bit",
          "name": "64-bit (amd64 / x86_64)",
          "type": "folder",
          "icon": "folder",
          "description": "64 位 Linux 发行版镜像",
          "dataFile": "data/linux-64bit.json"
        }
      ]
    },
    {
      "id": "windows",
      "name": "Windows",
      "type": "folder",
      "icon": "windows",
      "description": "Windows 系统 ISO 镜像",
      "children": [
        {
          "id": "32-bit",
          "name": "32-bit (x86)",
          "type": "folder",
          "icon": "folder",
          "description": "32 位 Windows 系统镜像",
          "dataFile": "data/windows-32bit.json"
        },
        {
          "id": "64-bit",
          "name": "64-bit (x64)",
          "type": "folder",
          "icon": "folder",
          "description": "64 位 Windows 系统镜像",
          "dataFile": "data/windows-64bit.json"
        }
      ]
    }
  ]
}
