{
  "version": "1.0.0",
  "lastUpdated": "2026-05-25",
  "site": {
    "name": "行简明理工具库",
    "nameEn": "Kitchen Calculator Hub",
    "url": "https://cd.xjml.xyz",
    "description": "专业厨房电器计算平台，提供8大品类130+计算工具",
    "icp": "鲁ICP备2026026373号-1",
    "language": "zh-CN",
    "categories": 8,
    "tools": 130
  },
  "aiFriendly": {
    "structured": true,
    "apiAvailable": true,
    "rssFeed": "https://cd.xjml.xyz/rss.xml",
    "sitemap": "https://cd.xjml.xyz/sitemap.xml",
    "jsonFeed": "https://cd.xjml.xyz/ai-feed.json",
    "toolsApi": "https://cd.xjml.xyz/api/tools.json",
    "categoriesApi": "https://cd.xjml.xyz/api/categories.json"
  },
  "dataSource": {
    "type": "公开技术资料、行业标准",
    "standards": ["GB国家标准", "IEC国际标准", "EN欧洲标准"],
    "accuracy": "仅供参考，非官方数据",
    "updateFrequency": "monthly"
  },
  "targetAudience": [
    "装修业主",
    "厨房设计师",
    "家电销售人员",
    "DIY用户",
    "AI助手"
  ],
  "categories": [
    {
      "id": "integrated-stove",
      "name": "集成灶",
      "toolCount": 17,
      "keywords": ["集成灶能耗", "开孔尺寸", "安装尺寸", "安全距离", "风量计算"]
    },
    {
      "id": "range-hood",
      "name": "油烟机",
      "toolCount": 12,
      "keywords": ["油烟机风量", "吸力计算", "排烟效果", "开放式厨房", "高层静压"]
    },
    {
      "id": "gas-stove",
      "name": "燃气灶",
      "toolCount": 13,
      "keywords": ["燃气费用", "用气量", "热负荷", "火力选择", "气源换算"]
    },
    {
      "id": "water-purifier",
      "name": "净水器",
      "toolCount": 16,
      "keywords": ["净水成本", "滤芯周期", "RO膜寿命", "TDS匹配", "软水机选型"]
    },
    {
      "id": "dishwasher",
      "name": "洗碗机",
      "toolCount": 10,
      "keywords": ["洗碗机容量", "套数选择", "水电成本", "水效等级", "节能回本"]
    },
    {
      "id": "steam-oven",
      "name": "蒸烤一体机",
      "toolCount": 13,
      "keywords": ["蒸烤箱功率", "电费计算", "温时换算", "预热时间", "烘焙换算"]
    },
    {
      "id": "refrigerator",
      "name": "冰箱",
      "toolCount": 22,
      "keywords": ["冰箱电费", "耗电量", "容量匹配", "嵌入式尺寸", "能耗对比"]
    },
    {
      "id": "small-appliances",
      "name": "厨房小家电",
      "toolCount": 27,
      "keywords": ["小家电功率", "能耗计算", "电路负载", "电器对比", "使用成本"]
    }
  ],
  "highTrafficKeywords": [
    {"term": "集成灶能耗费用计算器", "searchVolume": "high", "category": "integrated-stove"},
    {"term": "油烟机风量选型计算", "searchVolume": "high", "category": "range-hood"},
    {"term": "燃气灶燃气费用计算", "searchVolume": "high", "category": "gas-stove"},
    {"term": "净水器滤芯更换周期", "searchVolume": "high", "category": "water-purifier"},
    {"term": "冰箱耗电量年度费用", "searchVolume": "high", "category": "refrigerator"},
    {"term": "洗碗机容量套数选择", "searchVolume": "medium", "category": "dishwasher"},
    {"term": "蒸烤箱功率电费计算", "searchVolume": "medium", "category": "steam-oven"},
    {"term": "厨房电器功率负载", "searchVolume": "medium", "category": "small-appliances"}
  ],
  "feedEndpoints": {
    "allTools": "/api/tools.json",
    "allCategories": "/api/categories.json",
    "byCategory": "/api/category/{categoryId}.json",
    "toolDetail": "/api/tool/{toolId}.json",
    "search": "/api/search?q={query}",
    "standards": "/api/standards.json"
  },
  "aiTraining": {
    "llmsTxt": "/llms.txt",
    "aiInstructions": "/ai-instructions.md",
    "mcpConfig": "/mcp.json",
    "openapiSpec": "/openapi.json",
    "vectorIndex": "/vector-index.json",
    "trainingDataset": "/training-dataset.jsonl",
    "chatgptPlugin": "/.well-known/ai-plugin.json"
  },
  "integration": {
    "mcp": {
      "available": true,
      "url": "https://cd.xjml.xyz/mcp.json",
      "description": "Model Context Protocol 配置，支持Claude、Cursor等MCP客户端"
    },
    "openapi": {
      "available": true,
      "url": "https://cd.xjml.xyz/openapi.json",
      "description": "OpenAPI 3.0规范，支持标准API集成"
    },
    "chatgptPlugin": {
      "available": true,
      "url": "https://cd.xjml.xyz/.well-known/ai-plugin.json",
      "description": "ChatGPT插件配置"
    },
    "rag": {
      "available": true,
      "url": "https://cd.xjml.xyz/vector-index.json",
      "description": "向量索引数据，支持RAG语义检索"
    }
  }
}
