Files
param-hub-python/data/categories.json
T

3707 lines
100 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[
{
"id": "ai-models",
"name": "AI模型",
"icon": "ri-robot-line",
"color": "blue",
"description": "大语言模型、图像模型等AI模型参数",
"order": 1,
"subcategories": [
{
"id": "chat",
"name": "对话模型",
"icon": "ri-chat-3-line",
"key_features": [
"context_length",
"mmlu",
"input_price",
"output_price"
],
"feature_labels": {
"context_length": "上下文",
"mmlu": "MMLU",
"input_price": "输入价",
"output_price": "输出价"
},
"extra_fields": []
},
{
"id": "code",
"name": "代码模型",
"icon": "ri-code-line",
"key_features": [
"humaneval",
"context_length",
"input_price"
],
"feature_labels": {
"humaneval": "HumanEval",
"context_length": "上下文",
"input_price": "输入价"
},
"extra_fields": []
},
{
"id": "reasoning",
"name": "推理模型",
"icon": "ri-lightbulb-line",
"key_features": [
"reasoning_capability",
"mmlu",
"context_length"
],
"feature_labels": {
"reasoning_capability": "推理能力",
"mmlu": "MMLU",
"context_length": "上下文"
},
"extra_fields": [
{
"key": "reasoning_capability",
"label": "推理能力",
"type": "text",
"description": "是否专门推理模型",
"required": false,
"input_style": "normal"
},
{
"key": "thinking_mode",
"label": "思考模式",
"type": "text",
"description": "思考模式类型",
"required": false,
"input_style": "normal"
}
]
},
{
"id": "vision",
"name": "视觉模型",
"icon": "ri-image-line",
"key_features": [
"vision_capability",
"multimodal",
"context_length"
],
"feature_labels": {
"vision_capability": "视觉能力",
"multimodal": "多模态",
"context_length": "上下文"
},
"extra_fields": [
{
"key": "vision_capability",
"label": "视觉能力",
"type": "text",
"description": "是否支持图像输入",
"required": false,
"input_style": "normal"
},
{
"key": "multimodal",
"label": "多模态",
"type": "text",
"description": "是否多模态模型",
"required": false,
"input_style": "normal"
}
]
}
],
"fields": [
{
"key": "name",
"label": "名称",
"type": "text",
"description": "模型名称",
"required": true,
"input_style": "normal"
},
{
"key": "organization",
"label": "厂商",
"type": "text",
"description": "开发公司/组织",
"required": true,
"input_style": "normal"
},
{
"key": "parameters",
"label": "参数量(B)",
"type": "text",
"description": "模型参数量,单位B(十亿)",
"required": true,
"input_style": "normal"
},
{
"key": "architecture",
"label": "架构",
"type": "text",
"description": "模型架构,如Transformer、MoE",
"required": false,
"input_style": "normal"
},
{
"key": "context_length",
"label": "上下文长度",
"type": "text",
"description": "最大上下文窗口",
"required": false,
"input_style": "normal"
},
{
"key": "is_open_source",
"label": "开源",
"type": "text",
"description": "是否开源模型",
"required": false,
"input_style": "normal"
},
{
"key": "mmlu",
"label": "MMLU分数",
"type": "text",
"description": "MMLU基准测试分数",
"required": false,
"input_style": "normal"
},
{
"key": "humaneval",
"label": "HumanEval分数",
"type": "text",
"description": "HumanEval代码能力分数",
"required": false,
"input_style": "normal"
},
{
"key": "input_price",
"label": "输入价格($/1K)",
"type": "text",
"description": "每1K输入token价格",
"required": false,
"input_style": "normal"
},
{
"key": "output_price",
"label": "输出价格($/1K)",
"type": "text",
"description": "每1K输出token价格",
"required": false,
"input_style": "normal"
},
{
"key": "license",
"label": "许可证",
"type": "text",
"description": "使用许可证类型",
"required": false,
"input_style": "normal"
},
{
"key": "publish_date",
"label": "发布日期",
"type": "text",
"description": "模型发布日期",
"required": false,
"input_style": "normal"
},
{
"key": "features",
"label": "特色",
"type": "text",
"description": "产品特色/亮点,简短描述",
"required": false,
"input_style": "normal"
},
{
"key": "official_urls",
"label": "官网地址",
"type": "json",
"description": "产品官网链接,JSON数组格式:[{\"url\":\"https://...\",\"title\":\"...\"}]",
"required": false,
"input_style": "long"
},
{
"key": "reference_urls",
"label": "数据参考",
"type": "json",
"description": "参数来源链接,JSON数组格式:[{\"url\":\"https://...\",\"title\":\"...\"}]",
"required": false,
"input_style": "long"
},
{
"key": "description",
"label": "描述",
"type": "text",
"description": "模型简介",
"required": false,
"input_style": "long"
},
{
"key": "views",
"label": "热度",
"type": "text",
"description": "浏览次数",
"required": false,
"input_style": "normal"
}
]
},
{
"id": "gpus",
"name": "GPU显卡",
"icon": "ri-cpu-line",
"color": "green",
"description": "NVIDIA、AMD等GPU显卡规格参数",
"order": 2,
"subcategories": [
{
"extra_fields": [],
"feature_labels": {
"fp32": "FP32算力",
"launch_price": "首发价格",
"memory_size": "显存容量",
"shading_units": "着色单元"
},
"icon": "ri-gamepad-line",
"id": "gaming",
"key_features": [
"memory_size",
"shading_units",
"launch_price",
"fp32"
],
"name": "游戏显卡"
},
{
"extra_fields": [],
"feature_labels": {
"bandwidth": "带宽",
"launch_price": "首发价格",
"memory_size": "显存容量",
"tensor_cores": "Tensor核心"
},
"icon": "ri-building-line",
"id": "professional",
"key_features": [
"memory_size",
"tensor_cores",
"bandwidth",
"launch_price"
],
"name": "专业显卡"
},
{
"extra_fields": [
{
"description": "是否支持NVLink互联",
"input_style": "normal",
"key": "nvlink",
"label": "NVLink",
"required": false,
"type": "text"
},
{
"description": "是否支持多实例GPU",
"input_style": "normal",
"key": "multi_instance",
"label": "MIG",
"required": false,
"type": "text"
}
],
"feature_labels": {
"bandwidth": "带宽",
"fp16_matrix": "FP16矩阵算力",
"memory_size": "显存容量",
"tensor_cores": "Tensor核心"
},
"icon": "ri-server-line",
"id": "datacenter",
"key_features": [
"memory_size",
"tensor_cores",
"bandwidth",
"fp16_matrix"
],
"name": "数据中心"
}
],
"fields": [
{
"category": "图形处理器芯片基础信息",
"description": "GPU产品名称",
"input_style": "normal",
"key": "name",
"label": "名称",
"required": true,
"type": "text"
},
{
"category": "图形处理器芯片基础信息",
"description": "GPU芯片代号,核心芯片型号",
"input_style": "normal",
"key": "gpu_name",
"label": "GPU名称",
"required": false,
"type": "text"
},
{
"category": "图形处理器芯片基础信息",
"description": "芯片具体版本编号",
"input_style": "normal",
"key": "gpu_variant",
"label": "GPU变体型号",
"required": false,
"type": "text"
},
{
"category": "图形处理器芯片基础信息",
"description": "GPU微架构",
"input_style": "normal",
"key": "architecture",
"label": "架构",
"required": false,
"type": "text"
},
{
"category": "图形处理器芯片基础信息",
"description": "芯片制造工厂",
"input_style": "normal",
"key": "foundry",
"label": "晶圆厂",
"required": false,
"type": "text"
},
{
"category": "图形处理器芯片基础信息",
"description": "晶体管工艺类型",
"input_style": "normal",
"key": "process_type",
"label": "工艺类型",
"required": false,
"type": "text"
},
{
"category": "图形处理器芯片基础信息",
"description": "芯片制造制程,x纳米工艺",
"input_style": "normal",
"key": "process_size",
"label": "工艺节点",
"required": false,
"type": "text"
},
{
"category": "图形处理器芯片基础信息",
"description": "芯片内晶体管总数",
"input_style": "normal",
"key": "transistors",
"label": "晶体管数量",
"required": false,
"type": "text"
},
{
"category": "图形处理器芯片基础信息",
"description": "每平方毫米裸片上晶体管数量",
"input_style": "normal",
"key": "density",
"label": "晶体管密度",
"required": false,
"type": "text"
},
{
"category": "图形处理器芯片基础信息",
"description": "GPU核心硅片面积",
"input_style": "normal",
"key": "die_size",
"label": "裸片面积",
"required": false,
"type": "text"
},
{
"category": "图形处理器芯片基础信息",
"description": "芯片封装形式",
"input_style": "normal",
"key": "chip_package",
"label": "芯片封装",
"required": false,
"type": "text"
},
{
"category": "图形处理器芯片基础信息",
"description": "芯片封装外壳长宽尺寸",
"input_style": "normal",
"key": "package_size",
"label": "封装尺寸",
"required": false,
"type": "text"
},
{
"category": "图形处理器芯片基础信息",
"description": "GPU核心默认基础工作频率",
"input_style": "normal",
"key": "base_clock",
"label": "基础频率",
"required": false,
"type": "text"
},
{
"category": "图形处理器芯片基础信息",
"description": "GPU核心可达到的最高睿频",
"input_style": "normal",
"key": "boost_clock",
"label": "加速频率",
"required": false,
"type": "text"
},
{
"category": "显卡产品信息",
"description": "显卡制造商(NVIDIA/AMD等)",
"input_style": "normal",
"key": "manufacturer",
"label": "厂商",
"required": true,
"type": "text"
},
{
"category": "显卡产品信息",
"description": "产品正式上市发布时间",
"input_style": "normal",
"key": "release_date",
"label": "发布日期",
"required": false,
"type": "text"
},
{
"category": "显卡产品信息",
"description": "产品对外公布的时间",
"input_style": "normal",
"key": "announced",
"label": "官宣日期",
"required": false,
"type": "text"
},
{
"category": "显卡产品信息",
"description": "产品系列",
"input_style": "normal",
"key": "generation",
"label": "产品世代",
"required": false,
"type": "text"
},
{
"category": "显卡产品信息",
"description": "当前生产状态",
"input_style": "normal",
"key": "production",
"label": "生产状态",
"required": false,
"type": "text"
},
{
"category": "显卡产品信息",
"description": "厂商仍持续维护更新驱动程序",
"input_style": "normal",
"key": "driver_support",
"label": "驱动支持状态",
"required": false,
"type": "text"
},
{
"category": "显卡产品信息",
"description": "产品上市首发售价",
"input_style": "normal",
"key": "launch_price",
"label": "首发价格",
"required": false,
"type": "text"
},
{
"category": "显卡产品信息",
"description": "可购买渠道",
"input_style": "normal",
"key": "current_price",
"label": "当前售价",
"required": false,
"type": "text"
},
{
"category": "显卡产品信息",
"description": "主机与显卡通信总线",
"input_style": "normal",
"key": "bus_interface",
"label": "总线接口",
"required": false,
"type": "text"
},
{
"category": "显卡产品信息",
"description": "产品官网链接,JSON数组格式:[{\"url\":\"https://...\",\"title\":\"...\"}]",
"input_style": "long",
"key": "official_urls",
"label": "官网地址",
"required": false,
"type": "json"
},
{
"category": "显卡产品信息",
"description": "参数来源链接,JSON数组格式:[{\"url\":\"https://...\",\"title\":\"...\"}]",
"input_style": "long",
"key": "reference_urls",
"label": "数据参考",
"required": false,
"type": "json"
},
{
"category": "显卡产品信息",
"description": "GPU简介",
"input_style": "long",
"key": "description",
"label": "描述",
"required": false,
"type": "text"
},
{
"category": "渲染硬件配置",
"description": "CUDA核心,流处理器数,GPU着色运算单元总数",
"key": "cuda_cores",
"label": "CUDA核心",
"required": false,
"type": "text"
},
{
"category": "渲染硬件配置",
"description": "纹理贴图采样单元数量",
"input_style": "normal",
"key": "tmus",
"label": "纹理映射单元",
"required": false,
"type": "text"
},
{
"category": "渲染硬件配置",
"description": "光栅化像素输出单元数量",
"input_style": "normal",
"key": "rops",
"label": "光栅输出单元",
"required": false,
"type": "text"
},
{
"category": "渲染硬件配置",
"description": "CUDA流式多处理器SM总数",
"input_style": "normal",
"key": "sm_count",
"label": "流式多处理器数量",
"required": false,
"type": "text"
},
{
"category": "渲染硬件配置",
"description": "AI张量运算专用核心数量",
"input_style": "normal",
"key": "tensor_cores",
"label": "张量核心数量",
"required": false,
"type": "text"
},
{
"category": "渲染硬件配置",
"description": "实时光线追踪专用核心数量",
"input_style": "normal",
"key": "rt_cores",
"label": "光线追踪核心数量",
"required": false,
"type": "text"
},
{
"category": "渲染硬件配置",
"description": "每个SM独立配备",
"input_style": "normal",
"key": "l1_cache",
"label": "一级缓存",
"required": false,
"type": "text"
},
{
"category": "渲染硬件配置",
"description": "GPU全局二级缓存总容量",
"input_style": "normal",
"key": "l2_cache",
"label": "二级缓存",
"required": false,
"type": "text"
},
{
"category": "理论算力",
"description": "图形渲染时每秒可输出像素数量",
"input_style": "normal",
"key": "pixel_rate",
"label": "像素填充率",
"required": false,
"type": "text"
},
{
"category": "理论算力",
"description": "图形渲染时每秒可采样纹理单元数量",
"input_style": "normal",
"key": "texture_rate",
"label": "纹理填充率",
"required": false,
"type": "text"
},
{
"category": "理论算力",
"description": "FP16浮点通用理论算力,1:1为完整精度",
"input_style": "normal",
"key": "fp16",
"label": "FP16理论算力",
"required": false,
"type": "text"
},
{
"category": "理论算力",
"description": "FP32单精度浮点通用理论算力",
"input_style": "normal",
"key": "fp32",
"label": "FP32理论算力",
"required": false,
"type": "text"
},
{
"category": "理论算力",
"description": "FP64双精度浮点通用理论算力,1:64为性能比例",
"input_style": "normal",
"key": "fp64",
"label": "FP64理论算力",
"required": false,
"type": "text"
},
{
"category": "显存规格",
"description": "板载显存总容量",
"input_style": "normal",
"key": "memory_size",
"label": "显存容量",
"required": false,
"type": "text"
},
{
"category": "显存规格",
"description": "显存型号,第7代图形显存",
"input_style": "normal",
"key": "memory_type",
"label": "显存类型",
"required": false,
"type": "text"
},
{
"category": "显存规格",
"description": "显存与GPU之间的数据总线位宽",
"input_style": "normal",
"key": "memory_bus",
"label": "显存位宽",
"required": false,
"type": "text"
},
{
"category": "显存规格",
"description": "显存理论最大数据吞吐带宽",
"input_style": "normal",
"key": "bandwidth",
"label": "显存带宽",
"required": false,
"type": "text"
},
{
"category": "显存规格",
"description": "显存物理时钟,等效数据速率",
"input_style": "normal",
"key": "memory_clock",
"label": "显存频率",
"required": false,
"type": "text"
},
{
"category": "矩阵算力",
"description": "FP4精度下张量矩阵理论运算性能",
"input_style": "normal",
"key": "fp4",
"label": "FP4矩阵算力",
"required": false,
"type": "text"
},
{
"category": "矩阵算力",
"description": "FP6精度下张量矩阵理论运算性能",
"input_style": "normal",
"key": "fp6",
"label": "FP6矩阵算力",
"required": false,
"type": "text"
},
{
"category": "矩阵算力",
"description": "INT8整数精度张量矩阵理论运算性能",
"input_style": "normal",
"key": "int8",
"label": "INT8矩阵算力",
"required": false,
"type": "text"
},
{
"category": "矩阵算力",
"description": "FP8精度下张量矩阵理论运算性能",
"input_style": "normal",
"key": "fp8",
"label": "FP8矩阵算力",
"required": false,
"type": "text"
},
{
"category": "矩阵算力",
"description": "FP16精度下张量矩阵理论运算性能",
"input_style": "normal",
"key": "fp16_matrix",
"label": "FP16矩阵算力",
"required": false,
"type": "text"
},
{
"category": "矩阵算力",
"description": "BF16浮点数精度张量矩阵理论运算性能",
"input_style": "normal",
"key": "bf16",
"label": "BF16矩阵算力",
"required": false,
"type": "text"
},
{
"category": "矩阵算力",
"description": "TF32张量浮点精度矩阵理论运算性能",
"input_style": "normal",
"key": "tf32",
"label": "TF32矩阵算力",
"required": false,
"type": "text"
},
{
"category": "矩阵算力",
"description": "稀疏权重时算力可翻倍",
"input_style": "normal",
"key": "sparse_matrix",
"label": "稀疏矩阵算力",
"required": false,
"type": "text"
},
{
"category": "数值格式支持",
"description": "向量运算支持的数据精度类型",
"input_style": "normal",
"key": "vector",
"label": "向量计算支持格式",
"required": false,
"type": "text"
},
{
"category": "数值格式支持",
"description": "矩阵/张量运算支持的数据精度类型",
"input_style": "normal",
"key": "matrix",
"label": "矩阵计算支持格式",
"required": false,
"type": "text"
},
{
"category": "图形API与特性",
"description": "支持的DirectX版本",
"input_style": "normal",
"key": "directx",
"label": "DirectX支持版本",
"required": false,
"type": "text"
},
{
"category": "图形API与特性",
"description": "支持OpenGL图形接口版本",
"input_style": "normal",
"key": "opengl",
"label": "OpenGL版本",
"required": false,
"type": "text"
},
{
"category": "图形API与特性",
"description": "支持OpenCL通用计算接口版本",
"input_style": "normal",
"key": "opencl",
"label": "OpenCL版本",
"required": false,
"type": "text"
},
{
"category": "图形API与特性",
"description": "支持Vulkan跨平台图形API版本",
"input_style": "normal",
"key": "vulkan",
"label": "Vulkan版本",
"required": false,
"type": "text"
},
{
"category": "图形API与特性",
"description": "支持CUDA计算平台版本",
"input_style": "normal",
"key": "cuda",
"label": "CUDA版本",
"required": false,
"type": "text"
},
{
"category": "图形API与特性",
"description": "支持Shader Model着色器规范版本",
"input_style": "normal",
"key": "shader_model",
"label": "着色器模型",
"required": false,
"type": "text"
},
{
"category": "板卡设计",
"description": "显卡槽位,占用主板PCIe挡板位个数",
"input_style": "normal",
"key": "slot_width",
"label": "插槽占用宽度",
"required": false,
"type": "text"
},
{
"category": "板卡设计",
"description": "板卡设计热功耗",
"input_style": "normal",
"key": "tdp",
"label": "功耗上限",
"required": false,
"type": "text"
},
{
"category": "板卡设计",
"description": "整机配套推荐电源功率",
"input_style": "normal",
"key": "suggested_psu",
"label": "推荐电源",
"required": false,
"type": "text"
},
{
"category": "板卡设计",
"description": "视频输出接口",
"input_style": "normal",
"key": "outputs",
"label": "视频输出接口",
"required": false,
"type": "text"
},
{
"category": "板卡设计",
"description": "供电接口",
"input_style": "normal",
"key": "power_connectors",
"label": "供电接口",
"required": false,
"type": "text"
},
{
"category": "板卡设计",
"description": "PCB板卡内部编号",
"input_style": "normal",
"key": "board_number",
"label": "板卡型号编号",
"required": false,
"type": "text"
},
{
"category": "渲染硬件配置",
"description": "光线重建版本",
"key": "ray_reconstruction",
"label": "光线重建版本",
"required": false,
"type": "text"
},
{
"key": "ray_Tracing_core_gen",
"label": "光追代系",
"type": "text",
"description": "光追代系",
"required": false,
"category": "渲染硬件配置"
},
{
"key": "tensor_core_gen",
"label": "张量核心代系",
"type": "text",
"description": "张量核心代系",
"required": false,
"category": "渲染硬件配置"
}
],
"visible": true,
"updated_at": "2026-09-10 01:56:13"
},
{
"id": "cpus",
"name": "CPU处理器",
"icon": "ri-cpu-line",
"color": "purple",
"description": "Intel、AMD等CPU处理器参数",
"order": 3,
"subcategories": [
{
"id": "desktop",
"name": "桌面CPU",
"icon": "ri-computer-line",
"key_features": [
"cores",
"threads",
"boost_clock_ghz",
"price_usd"
],
"feature_labels": {
"cores": "核心",
"threads": "线程",
"boost_clock_ghz": "加速频率",
"price_usd": "价格"
},
"extra_fields": []
},
{
"id": "server",
"name": "服务器CPU",
"icon": "ri-server-line",
"key_features": [
"cores",
"threads",
"l3_cache_mb",
"tdp_watts"
],
"feature_labels": {
"cores": "核心",
"threads": "线程",
"l3_cache_mb": "L3缓存",
"tdp_watts": "功耗"
},
"extra_fields": [
{
"key": "pcie_gen",
"label": "PCIe版本",
"type": "text",
"description": "PCIe代数",
"required": false,
"input_style": "normal"
},
{
"key": "max_memory",
"label": "最大内存(GB)",
"type": "text",
"description": "支持最大内存容量",
"required": false,
"input_style": "normal"
}
]
},
{
"id": "mobile",
"name": "移动CPU",
"icon": "ri-smartphone-line",
"key_features": [
"cores",
"threads",
"base_clock_ghz",
"tdp_watts"
],
"feature_labels": {
"cores": "核心",
"threads": "线程",
"base_clock_ghz": "基础频率",
"tdp_watts": "功耗"
},
"extra_fields": [
{
"key": "integrated_gpu",
"label": "集成显卡",
"type": "text",
"description": "集成GPU型号",
"required": false,
"input_style": "normal"
},
{
"key": "tdp_range",
"label": "功耗范围(W)",
"type": "text",
"description": "功耗范围",
"required": false,
"input_style": "normal"
}
]
}
],
"fields": [
{
"key": "name",
"label": "名称",
"type": "text",
"description": "CPU产品名称",
"required": true,
"input_style": "normal",
"category": "处理器产品信息"
},
{
"key": "manufacturer",
"label": "厂商",
"type": "text",
"description": "制造商",
"required": true,
"input_style": "normal",
"category": "处理器产品信息"
},
{
"key": "socket",
"label": "插槽类型",
"type": "text",
"description": "CPU适配主板插槽类型",
"required": false,
"input_style": "normal",
"category": "物理参数"
},
{
"key": "foundry",
"label": "晶圆厂",
"type": "text",
"description": "芯片制造工厂",
"required": false,
"input_style": "normal",
"category": "物理参数"
},
{
"key": "process_size",
"label": "工艺节点",
"type": "text",
"description": "CCD核心芯片制程",
"required": false,
"input_style": "normal",
"category": "物理参数"
},
{
"key": "transistors",
"label": "晶体管数量",
"type": "text",
"description": "核心CCD晶体管总数",
"required": false,
"input_style": "normal",
"category": "物理参数"
},
{
"key": "die_size",
"label": "裸片面积",
"type": "text",
"description": "CCD核心硅片面积",
"required": false,
"input_style": "normal",
"category": "物理参数"
},
{
"key": "io_process_size",
"label": "I/O核心工艺",
"type": "text",
"description": "IOD输入输出芯片的工艺",
"required": false,
"input_style": "normal",
"category": "物理参数"
},
{
"key": "io_die_size",
"label": "I/O裸片面积",
"type": "text",
"description": "IOD硅片面积",
"required": false,
"input_style": "normal",
"category": "物理参数"
},
{
"key": "package",
"label": "封装类型",
"type": "text",
"description": "封装类型",
"required": false,
"input_style": "normal",
"category": "物理参数"
},
{
"key": "tcase_max",
"label": "外壳最高温度",
"type": "text",
"description": "CPU外壳允许的最高工作温度上限",
"required": false,
"input_style": "normal",
"category": "物理参数"
},
{
"key": "market",
"label": "产品市场定位",
"type": "text",
"description": "市场定位",
"required": false,
"input_style": "normal",
"category": "处理器产品信息"
},
{
"key": "production_status",
"label": "生产状态",
"type": "text",
"description": "当前量产状态",
"required": false,
"input_style": "normal",
"category": "处理器产品信息"
},
{
"key": "release_date",
"label": "发布日期",
"type": "text",
"description": "产品正式发布时间",
"required": false,
"input_style": "normal",
"category": "处理器产品信息"
},
{
"key": "launch_price",
"label": "首发价格",
"type": "text",
"description": "上市首发售价",
"required": false,
"input_style": "normal",
"category": "处理器产品信息"
},
{
"key": "bundled_cooler",
"label": "附赠散热器",
"type": "text",
"description": "附赠散热器",
"required": false,
"input_style": "normal",
"category": "处理器产品信息"
},
{
"key": "cores",
"label": "核心数量",
"type": "text",
"description": "CPU物理核心",
"required": false,
"input_style": "normal",
"category": "核心配置"
},
{
"key": "threads",
"label": "线程数量",
"type": "text",
"description": "支持SMT超线程,总线程数",
"required": false,
"input_style": "normal",
"category": "核心配置"
},
{
"key": "smp_cpus",
"label": "SMP支持CPU数量",
"type": "text",
"description": "单路处理器,支持多CPU情况",
"required": false,
"input_style": "normal",
"category": "核心配置"
},
{
"key": "integrated_graphics",
"label": "核显",
"type": "text",
"description": "集成显卡情况",
"required": false,
"input_style": "normal",
"category": "核心配置"
},
{
"key": "frequency",
"label": "基准频率",
"type": "text",
"description": "处理器默认基础工作频率",
"required": false,
"input_style": "normal",
"category": "性能参数"
},
{
"key": "turbo_clock",
"label": "睿频",
"type": "text",
"description": "最高可工作频率",
"required": false,
"input_style": "normal",
"category": "性能参数"
},
{
"key": "base_clock",
"label": "基础参考时钟",
"type": "text",
"description": "主板基准参考时钟",
"required": false,
"input_style": "normal",
"category": "性能参数"
},
{
"key": "multiplier",
"label": "倍频",
"type": "text",
"description": "基础倍频",
"required": false,
"input_style": "normal",
"category": "性能参数"
},
{
"key": "multiplier_unlocked",
"label": "倍频锁定",
"type": "text",
"description": "倍频不锁定的话,就是支持超频",
"required": false,
"input_style": "normal",
"category": "性能参数"
},
{
"key": "tdp",
"label": "热设计功耗",
"type": "text",
"description": "热设计功耗",
"required": false,
"input_style": "normal",
"category": "性能参数"
},
{
"key": "ppt",
"label": "包功率阈值",
"type": "text",
"description": "封装功耗上限",
"required": false,
"input_style": "normal",
"category": "性能参数"
},
{
"key": "fp32",
"label": "FP32理论算力",
"type": "text",
"description": "单精度浮点运算性能",
"required": false,
"input_style": "normal",
"category": "性能参数"
},
{
"key": "cache_l1",
"label": "一级缓存",
"type": "text",
"description": "一级缓存",
"required": false,
"input_style": "normal",
"category": "缓存规格"
},
{
"key": "cache_l2",
"label": "二级缓存",
"type": "text",
"description": "二级缓存",
"required": false,
"input_style": "normal",
"category": "缓存规格"
},
{
"key": "cache_l3",
"label": "三级缓存",
"type": "text",
"description": "三级缓存",
"required": false,
"input_style": "normal",
"category": "缓存规格"
},
{
"key": "l3_config",
"label": "L3缓存布局",
"type": "text",
"description": "三级缓存组成布局",
"required": false,
"input_style": "normal",
"category": "缓存规格"
},
{
"key": "architecture",
"label": "架构",
"type": "text",
"description": "CPU微架构,如Zen 4",
"required": false,
"input_style": "normal",
"category": "架构信息"
},
{
"key": "codename",
"label": "代号",
"type": "text",
"description": "CPU内部代号",
"required": false,
"input_style": "normal",
"category": "架构信息"
},
{
"key": "generation",
"label": "产品世代",
"type": "text",
"description": "产品世代/架构",
"required": false,
"input_style": "normal",
"category": "架构信息"
},
{
"key": "memory_support",
"label": "支持内存类型",
"type": "text",
"description": "支持的内存类型",
"required": false,
"input_style": "normal",
"category": "架构信息"
},
{
"key": "rated_speed",
"label": "内存标称速率",
"type": "text",
"description": "官方标称内存最高速率",
"required": false,
"input_style": "normal",
"category": "架构信息"
},
{
"key": "memory_bus",
"label": "内存总线",
"type": "text",
"description": "内存控制器通道",
"required": false,
"input_style": "normal",
"category": "架构信息"
},
{
"key": "memory_bandwidth",
"label": "内存带宽",
"type": "text",
"description": "内存理论最大带宽",
"required": false,
"input_style": "normal",
"category": "架构信息"
},
{
"key": "ecc_memory",
"label": "ECC内存支持",
"type": "text",
"description": "ECC纠错内存支持情况",
"required": false,
"input_style": "normal",
"category": "架构信息"
},
{
"key": "pcie",
"label": "PCIe版本",
"type": "text",
"description": "PCIe版本",
"required": false,
"input_style": "normal",
"category": "架构信息"
},
{
"key": "chipsets",
"label": "适配芯片组",
"type": "text",
"description": "可搭配的主板芯片组",
"required": false,
"input_style": "normal",
"category": "架构信息"
},
{
"key": "instruction_sets",
"label": "支持指令集",
"type": "text",
"description": "CPU支持的各类扩展指令集与技术",
"required": false,
"input_style": "normal",
"category": "指令集特性"
},
{
"key": "official_urls",
"label": "官网地址",
"type": "json",
"description": "产品官网链接,JSON数组格式:[{\"url\":\"https://...\",\"title\":\"...\"}]",
"required": false,
"input_style": "long",
"category": "处理器产品信息"
},
{
"key": "reference_urls",
"label": "数据参考",
"type": "json",
"description": "参数来源链接,JSON数组格式:[{\"url\":\"https://...\",\"title\":\"...\"}]",
"required": false,
"input_style": "long",
"category": "处理器产品信息"
},
{
"key": "description",
"label": "描述",
"type": "text",
"description": "CPU简介",
"required": false,
"input_style": "long",
"category": "处理器产品信息"
}
],
"updated_at": "2026-09-14 11:41:08"
},
{
"id": "phones",
"name": "手机",
"icon": "ri-smartphone-line",
"color": "orange",
"description": "各品牌手机参数规格",
"order": 4,
"visible": true,
"subcategories": [
{
"feature_labels": {
"soc": "处理器",
"ram": "内存",
"rom": "存储",
"screen_size": "屏幕",
"battery": "电池",
"fast_charge": "快充",
"rear_main_cam": "主摄",
"price": "价格"
},
"icon": "ri-star-line",
"id": "flagship",
"key_features": [
"soc",
"ram",
"rom",
"screen_size",
"battery",
"fast_charge",
"rear_main_cam",
"price"
],
"name": "旗舰手机"
},
{
"feature_labels": {
"soc": "处理器",
"ram": "内存",
"rom": "存储",
"battery": "电池",
"rear_main_cam": "主摄",
"price": "价格"
},
"icon": "ri-price-tag-3-line",
"id": "midrange",
"key_features": [
"soc",
"ram",
"rom",
"battery",
"rear_main_cam",
"price"
],
"name": "中端手机"
}
],
"fields": [
{
"key": "name",
"label": "型号",
"type": "text",
"description": "手机型号名称",
"required": true,
"input_style": "normal"
},
{
"key": "brand",
"label": "品牌",
"type": "text",
"description": "小米/华为/Apple/荣耀等",
"required": true,
"input_style": "normal"
},
{
"key": "release_date",
"label": "发布日期",
"type": "text",
"description": "产品发布日期,格式YYYY年MM月DD日",
"required": false,
"input_style": "normal"
},
{
"key": "market_date",
"label": "上市时间",
"type": "text",
"description": "产品上市日期,格式YYYY年MM月DD日",
"required": false,
"input_style": "normal"
},
{
"key": "product_level",
"label": "产品级别",
"type": "text",
"description": "入门/中端/旗舰等",
"required": false,
"input_style": "normal"
},
{
"key": "price",
"label": "价格",
"type": "text",
"description": "参考价格",
"required": false,
"input_style": "normal"
},
{
"key": "os",
"label": "操作系统",
"type": "text",
"description": "Android/iOS/HarmonyOS等",
"required": false,
"input_style": "normal"
},
{
"key": "soc",
"label": "处理器",
"type": "text",
"description": "SoC/CPU型号,如骁龙8至尊版、天玑9400、A18 Pro",
"required": false,
"input_style": "normal"
},
{
"key": "gpu",
"label": "GPU",
"type": "text",
"description": "图形处理芯片",
"required": false,
"input_style": "normal"
},
{
"key": "ram",
"label": "运行内存",
"type": "text",
"description": "如8GB/12GB/16GB",
"required": false,
"input_style": "normal"
},
{
"key": "rom",
"label": "存储空间",
"type": "text",
"description": "如128GB/256GB/512GB/1TB",
"required": false,
"input_style": "normal"
},
{
"key": "storage_expand",
"label": "存储扩展",
"type": "text",
"description": "TF卡等扩展方式",
"required": false,
"input_style": "normal"
},
{
"key": "screen_size",
"label": "屏幕尺寸",
"type": "text",
"description": "如6.3英寸",
"required": false,
"input_style": "normal"
},
{
"key": "screen_type",
"label": "屏幕类型",
"type": "text",
"description": "OLED/LCD/AMOLED",
"required": false,
"input_style": "normal"
},
{
"key": "resolution",
"label": "分辨率",
"type": "text",
"description": "1080P/1.5K/2K",
"required": false,
"input_style": "normal"
},
{
"key": "refresh_rate",
"label": "刷新率",
"type": "text",
"description": "60Hz/90Hz/120Hz/144Hz",
"required": false,
"input_style": "normal"
},
{
"key": "ltpo",
"label": "LTPO",
"type": "text",
"description": "自适应刷新率,省电",
"required": false,
"input_style": "normal"
},
{
"key": "brightness",
"label": "亮度",
"type": "text",
"description": "峰值亮度(nit",
"required": false,
"input_style": "normal"
},
{
"key": "screen_feature",
"label": "屏幕特色",
"type": "text",
"description": "直屏/曲面屏、护眼调光等",
"required": false,
"input_style": "normal"
},
{
"key": "rear_main_cam",
"label": "后置主摄",
"type": "text",
"description": "像素、传感器型号、光圈",
"required": false,
"input_style": "normal"
},
{
"key": "rear_ultra_wide",
"label": "超广角",
"type": "text",
"description": "像素、视角",
"required": false,
"input_style": "normal"
},
{
"key": "rear_telephoto",
"label": "长焦",
"type": "text",
"description": "倍率(3x/5x/10x",
"required": false,
"input_style": "normal"
},
{
"key": "front_cam",
"label": "前置摄像头",
"type": "text",
"description": "像素",
"required": false,
"input_style": "normal"
},
{
"key": "video_record",
"label": "视频录制",
"type": "text",
"description": "4K/8K、帧率",
"required": false,
"input_style": "normal"
},
{
"key": "cam_feature",
"label": "摄像头特色",
"type": "text",
"description": "徕卡/蔡司/哈苏、OIS光学防抖等",
"required": false,
"input_style": "normal"
},
{
"key": "battery",
"label": "电池容量",
"type": "text",
"description": "mAh4000-7000+",
"required": false,
"input_style": "normal"
},
{
"key": "fast_charge",
"label": "有线快充",
"type": "text",
"description": "功率(33W/67W/100W/120W+",
"required": false,
"input_style": "normal"
},
{
"key": "wireless_charge",
"label": "无线充电",
"type": "text",
"description": "功率(15W/50W等)",
"required": false,
"input_style": "normal"
},
{
"key": "battery_feature",
"label": "电池特色",
"type": "text",
"description": "反向充电等",
"required": false,
"input_style": "normal"
},
{
"key": "network",
"label": "运营商网络",
"type": "text",
"description": "5G/4G支持",
"required": false,
"input_style": "normal"
},
{
"key": "wifi",
"label": "Wi-Fi",
"type": "text",
"description": "Wi-Fi 6/6E/7",
"required": false,
"input_style": "normal"
},
{
"key": "bluetooth",
"label": "蓝牙",
"type": "text",
"description": "5.3/5.4",
"required": false,
"input_style": "normal"
},
{
"key": "nfc",
"label": "NFC",
"type": "text",
"description": "刷公交、门禁、支付",
"required": false,
"input_style": "normal"
},
{
"key": "ir_remote",
"label": "红外遥控",
"type": "text",
"description": "是/否",
"required": false,
"input_style": "normal"
},
{
"key": "gps",
"label": "定位系统",
"type": "text",
"description": "GPS等",
"required": false,
"input_style": "normal"
},
{
"key": "usb_interface",
"label": "USB接口",
"type": "text",
"description": "Type-C/USB 3.0/2.0",
"required": false,
"input_style": "normal"
},
{
"key": "sim_card",
"label": "SIM卡",
"type": "text",
"description": "单卡/双卡",
"required": false,
"input_style": "normal"
},
{
"key": "fingerprint",
"label": "指纹识别",
"type": "text",
"description": "侧边/屏下超声波/屏下光学",
"required": false,
"input_style": "normal"
},
{
"key": "waterproof",
"label": "防水防尘等级",
"type": "text",
"description": "IP68/IP69/IP54等",
"required": false,
"input_style": "normal"
},
{
"key": "face_id",
"label": "面部识别",
"type": "text",
"description": "Face ID/3D结构光",
"required": false,
"input_style": "normal"
},
{
"key": "weight",
"label": "重量",
"type": "text",
"description": "克(g",
"required": false,
"input_style": "normal"
},
{
"key": "thickness",
"label": "厚度",
"type": "text",
"description": "毫米(mm",
"required": false,
"input_style": "normal"
},
{
"key": "body_material",
"label": "机身材质",
"type": "text",
"description": "玻璃/陶瓷/金属/素皮",
"required": false,
"input_style": "normal"
},
{
"key": "colors",
"label": "颜色",
"type": "text",
"description": "可选颜色",
"required": false,
"input_style": "normal"
},
{
"key": "frame_material",
"label": "中框材质",
"type": "text",
"description": "铝合金/钛合金",
"required": false,
"input_style": "normal"
},
{
"key": "speaker",
"label": "扬声器",
"type": "text",
"description": "单扬声器/立体声双扬声器",
"required": false,
"input_style": "normal"
},
{
"key": "headphone_jack",
"label": "耳机接口",
"type": "text",
"description": "3.5mm耳机孔",
"required": false,
"input_style": "normal"
},
{
"key": "vibration",
"label": "震动反馈",
"type": "text",
"description": "X轴线性马达",
"required": false,
"input_style": "normal"
},
{
"key": "features",
"label": "特色",
"type": "text",
"description": "产品特色/亮点",
"required": false,
"input_style": "normal"
},
{
"key": "official_urls",
"label": "官网地址",
"type": "json",
"description": "产品官网链接",
"required": false,
"input_style": "long"
},
{
"key": "reference_urls",
"label": "数据参考",
"type": "json",
"description": "参数来源链接",
"required": false,
"input_style": "long"
},
{
"key": "description",
"label": "描述",
"type": "text",
"description": "产品简介",
"required": false,
"input_style": "long"
}
],
"updated_at": "2026-04-28 18:28:01"
},
{
"id": "laptops",
"name": "电脑",
"icon": "ri-macbook-line",
"color": "teal",
"description": "笔记本电脑、台式机参数",
"order": 5,
"subcategories": [
{
"feature_labels": {
"gpu": "显卡",
"price": "价格",
"processor": "处理器",
"ram_gb": "内存"
},
"icon": "ri-gamepad-line",
"id": "gaming-laptop",
"key_features": [
"processor",
"gpu",
"ram_gb",
"price"
],
"name": "游戏笔记本"
},
{
"feature_labels": {
"price": "价格",
"processor": "处理器",
"ram_gb": "内存",
"weight_kg": "重量"
},
"icon": "ri-briefcase-line",
"id": "business-laptop",
"key_features": [
"processor",
"ram_gb",
"weight_kg",
"price"
],
"name": "商务笔记本"
},
{
"id": "5d6fe10bbada",
"name": "台式主机",
"icon": "ri-folder-line",
"key_features": [],
"feature_labels": {},
"extra_fields": [
{
"key": "power",
"label": "电源",
"type": "text",
"description": "",
"required": false
}
]
}
],
"fields": [
{
"description": "电脑型号",
"input_style": "normal",
"key": "name",
"label": "名称",
"required": true,
"type": "text"
},
{
"description": "品牌",
"input_style": "normal",
"key": "brand",
"label": "品牌",
"required": true,
"type": "text"
},
{
"description": "CPU型号",
"input_style": "normal",
"key": "processor",
"label": "处理器",
"required": false,
"type": "text"
},
{
"description": "GPU型号",
"input_style": "normal",
"key": "gpu",
"label": "显卡",
"required": false,
"type": "text"
},
{
"description": "RAM容量",
"input_style": "normal",
"key": "ram_gb",
"label": "内存(GB)",
"required": false,
"type": "text"
},
{
"description": "存储容量",
"input_style": "normal",
"key": "storage_gb",
"label": "存储(GB)",
"required": false,
"type": "text"
},
{
"description": "屏幕尺寸",
"input_style": "normal",
"key": "screen_size",
"label": "屏幕尺寸",
"required": false,
"type": "text"
},
{
"description": "重量",
"input_style": "normal",
"key": "weight_kg",
"label": "重量(kg)",
"required": false,
"type": "text"
},
{
"description": "参考价格",
"input_style": "normal",
"key": "price",
"label": "价格",
"required": false,
"type": "text"
},
{
"key": "features",
"label": "特色",
"type": "text",
"description": "产品特色/亮点,简短描述",
"required": false,
"input_style": "normal"
},
{
"key": "official_urls",
"label": "官网地址",
"type": "json",
"description": "产品官网链接,JSON数组格式:[{\"url\":\"https://...\",\"title\":\"...\"}]",
"required": false,
"input_style": "long"
},
{
"key": "reference_urls",
"label": "数据参考",
"type": "json",
"description": "参数来源链接,JSON数组格式:[{\"url\":\"https://...\",\"title\":\"...\"}]",
"required": false,
"input_style": "long"
},
{
"description": "产品简介",
"input_style": "long",
"key": "description",
"label": "描述",
"required": false,
"type": "text"
},
{
"description": "产品发布日期,格式 YYYY-MM-DD",
"input_style": "normal",
"key": "publish_date",
"label": "发布日期",
"required": false,
"type": "text"
}
],
"visible": true,
"updated_at": "2026-04-29 12:21:23"
},
{
"id": "021dc76d36be",
"name": "汽车",
"icon": "ri-car-line",
"color": "red",
"order": 6,
"description": "汽车方面",
"created_at": "2026-04-09 10:09:01",
"subcategories": [
{
"feature_labels": {
"engine": "发动机",
"power_kw": "功率",
"price": "价格"
},
"icon": "ri-car-line",
"id": "sedan",
"key_features": [
"engine",
"power_kw",
"price"
],
"name": "轿车"
},
{
"feature_labels": {
"engine": "发动机",
"price": "价格",
"seats": "座位数"
},
"icon": "ri-truck-line",
"id": "suv",
"key_features": [
"engine",
"seats",
"price"
],
"name": "SUV"
},
{
"id": "df938b1c0d81",
"name": "房车",
"icon": "ri-folder-line",
"key_features": [],
"feature_labels": {},
"extra_fields": []
}
],
"fields": [
{
"description": "车型名称",
"input_style": "normal",
"key": "name",
"label": "名称",
"required": true,
"type": "text"
},
{
"description": "汽车品牌",
"input_style": "normal",
"key": "brand",
"label": "品牌",
"required": true,
"type": "text"
},
{
"description": "参考价格(万元)",
"input_style": "normal",
"key": "price",
"label": "价格(万)",
"required": false,
"type": "text"
},
{
"description": "生产年份",
"input_style": "normal",
"key": "year",
"label": "年份",
"required": false,
"type": "text"
},
{
"description": "详细规格参数",
"input_style": "long",
"key": "specs",
"label": "参数",
"required": false,
"type": "text"
},
{
"key": "features",
"label": "特色",
"type": "text",
"description": "产品特色/亮点,简短描述",
"required": false,
"input_style": "normal"
},
{
"key": "official_urls",
"label": "官网地址",
"type": "json",
"description": "产品官网链接,JSON数组格式:[{\"url\":\"https://...\",\"title\":\"...\"}]",
"required": false,
"input_style": "long"
},
{
"key": "reference_urls",
"label": "数据参考",
"type": "json",
"description": "参数来源链接,JSON数组格式:[{\"url\":\"https://...\",\"title\":\"...\"}]",
"required": false,
"input_style": "long"
},
{
"description": "车型简介",
"input_style": "long",
"key": "description",
"label": "描述",
"required": false,
"type": "text"
},
{
"description": "产品发布日期,格式 YYYY-MM-DD",
"input_style": "normal",
"key": "publish_date",
"label": "发布日期",
"required": false,
"type": "text"
}
],
"visible": true,
"updated_at": "2026-04-29 13:09:39"
},
{
"id": "71fa2b4d818f",
"name": "摄像",
"icon": "ri-camera-line",
"color": "blue",
"order": 9,
"visible": true,
"description": "相机、摄像机等",
"created_at": "2026-04-25 16:38:47",
"subcategories": [
{
"feature_labels": {
"megapixels": "像素",
"price": "价格",
"sensor": "传感器",
"video_resolution": "视频"
},
"icon": "ri-camera-line",
"id": "mirrorless",
"key_features": [
"sensor",
"megapixels",
"video_resolution",
"price"
],
"name": "无反相机"
},
{
"feature_labels": {
"lens_mount": "卡口",
"megapixels": "像素",
"price": "价格",
"sensor": "传感器"
},
"icon": "ri-camera-2-line",
"id": "dslr",
"key_features": [
"sensor",
"megapixels",
"lens_mount",
"price"
],
"name": "单反相机"
},
{
"id": "90ce312b560d",
"name": "口袋云台相机",
"icon": "ri-folder-line",
"key_features": [],
"feature_labels": {}
}
],
"updated_at": "2026-04-28 10:55:02",
"fields": [
{
"key": "name",
"label": "名称",
"type": "text",
"description": "产品名称",
"required": true,
"input_style": "normal"
},
{
"key": "brand",
"label": "品牌",
"type": "text",
"description": "品牌",
"required": true,
"input_style": "normal"
},
{
"key": "sensor",
"label": "传感器",
"type": "text",
"description": "传感器类型/尺寸",
"required": false,
"input_style": "normal"
},
{
"key": "megapixels",
"label": "像素",
"type": "text",
"description": "有效像素(MP",
"required": false,
"input_style": "normal"
},
{
"key": "video_resolution",
"label": "视频分辨率",
"type": "text",
"description": "最高视频分辨率",
"required": false,
"input_style": "normal"
},
{
"key": "lens_mount",
"label": "镜头卡口",
"type": "text",
"description": "镜头卡口类型",
"required": false,
"input_style": "normal"
},
{
"key": "price",
"label": "价格",
"type": "text",
"description": "参考价格",
"required": false,
"input_style": "normal"
},
{
"key": "specs",
"label": "参数",
"type": "text",
"description": "详细规格参数",
"required": false,
"input_style": "long"
},
{
"key": "features",
"label": "特色",
"type": "text",
"description": "产品特色/亮点,简短描述",
"required": false,
"input_style": "normal"
},
{
"key": "official_urls",
"label": "官网地址",
"type": "json",
"description": "产品官网链接,JSON数组格式:[{\"url\":\"https://...\",\"title\":\"...\"}]",
"required": false,
"input_style": "long"
},
{
"key": "reference_urls",
"label": "数据参考",
"type": "json",
"description": "参数来源链接,JSON数组格式:[{\"url\":\"https://...\",\"title\":\"...\"}]",
"required": false,
"input_style": "long"
},
{
"key": "description",
"label": "描述",
"type": "text",
"description": "产品简介",
"required": false,
"input_style": "long"
},
{
"key": "publish_date",
"label": "发布日期",
"type": "text",
"description": "产品发布日期,格式 YYYY-MM-DD",
"required": false,
"input_style": "normal"
}
]
},
{
"id": "robots",
"name": "机器人",
"icon": "ri-robot-line",
"color": "green",
"description": "机械臂、AGV/AMR移动机器人、人形机器人、水下机器人ROV等机器人参数",
"order": 8,
"subcategories": [
{
"id": "robotic-arm",
"name": "机械臂",
"icon": "ri-robot-line",
"key_features": [
"dof",
"payload",
"reach",
"repeatability"
],
"feature_labels": {
"dof": "自由度",
"payload": "负载",
"reach": "工作半径",
"repeatability": "重复精度"
},
"extra_fields": [
{
"key": "working_radius",
"label": "工作半径",
"type": "text",
"description": "最大工作半径",
"required": false,
"input_style": "normal"
},
{
"key": "wrist_payload",
"label": "腕部负载",
"type": "text",
"description": "腕部允许负载",
"required": false,
"input_style": "normal"
},
{
"key": "wrist_torque",
"label": "腕部允许力矩",
"type": "text",
"description": "腕部允许力矩",
"required": false,
"input_style": "normal"
},
{
"key": "wrist_inertia",
"label": "腕部允许惯性矩",
"type": "text",
"description": "腕部允许惯性矩",
"required": false,
"input_style": "normal"
},
{
"key": "tcp_speed",
"label": "TCP速度",
"type": "text",
"description": "末端TCP最大速度",
"required": false,
"input_style": "normal"
},
{
"key": "mounting_pose",
"label": "安装姿态",
"type": "text",
"description": "安装姿态",
"required": false,
"input_style": "normal"
}
]
},
{
"id": "agv-amr",
"name": "移动机器人AGV/AMR",
"icon": "ri-truck-line",
"key_features": [
"payload",
"driving_range",
"positioning_accuracy",
"navigation_method"
],
"feature_labels": {
"payload": "载重",
"driving_range": "续航里程",
"positioning_accuracy": "定位精度",
"navigation_method": "导航方式"
},
"extra_fields": [
{
"key": "chassis_type",
"label": "底盘类型",
"type": "text",
"description": "底盘类型(差速/全向/舵轮)",
"required": false,
"input_style": "normal"
},
{
"key": "turning_radius",
"label": "转弯半径",
"type": "text",
"description": "转弯半径",
"required": false,
"input_style": "normal"
},
{
"key": "navigation_method",
"label": "导航方式",
"type": "text",
"description": "导航方式(激光/视觉/磁条)",
"required": false,
"input_style": "normal"
},
{
"key": "positioning_accuracy",
"label": "定位精度",
"type": "text",
"description": "定位精度",
"required": false,
"input_style": "normal"
},
{
"key": "driving_range",
"label": "续航里程",
"type": "text",
"description": "续航里程",
"required": false,
"input_style": "normal"
}
]
},
{
"id": "humanoid",
"name": "人形机器人",
"icon": "ri-bodyscan-line",
"key_features": [
"dof",
"walking_speed",
"payload",
"height"
],
"feature_labels": {
"dof": "自由度",
"walking_speed": "行走速度",
"payload": "负载",
"height": "身高"
},
"extra_fields": [
{
"key": "height",
"label": "身高",
"type": "text",
"description": "身高",
"required": false,
"input_style": "normal"
},
{
"key": "body_weight",
"label": "体重",
"type": "text",
"description": "体重",
"required": false,
"input_style": "normal"
},
{
"key": "joint_count",
"label": "关节总数",
"type": "text",
"description": "关节总数",
"required": false,
"input_style": "normal"
},
{
"key": "joint_distribution",
"label": "关节分布",
"type": "text",
"description": "关节总数与分布",
"required": false,
"input_style": "normal"
},
{
"key": "walking_speed",
"label": "步态/行走速度",
"type": "text",
"description": "步态/行走速度",
"required": false,
"input_style": "normal"
},
{
"key": "balance_capability",
"label": "平衡能力",
"type": "text",
"description": "平衡能力",
"required": false,
"input_style": "normal"
},
{
"key": "stair_climbing",
"label": "上下楼梯/越障能力",
"type": "text",
"description": "上下楼梯/越障能力",
"required": false,
"input_style": "normal"
},
{
"key": "dexterous_hand",
"label": "灵巧手",
"type": "text",
"description": "灵巧手配置(多型号选配)",
"required": false,
"input_style": "normal"
}
]
},
{
"id": "rov",
"name": "水下机器人ROV",
"icon": "ri-water-flash-line",
"key_features": [
"max_depth",
"thruster_thrust",
"payload",
"weight"
],
"feature_labels": {
"max_depth": "最大下潜深度",
"thruster_thrust": "推进器推力",
"payload": "负载",
"weight": "重量"
},
"extra_fields": [
{
"key": "max_depth",
"label": "最大下潜深度",
"type": "text",
"description": "最大下潜深度",
"required": false,
"input_style": "normal"
},
{
"key": "thruster_thrust",
"label": "推进器推力",
"type": "text",
"description": "推进器推力",
"required": false,
"input_style": "normal"
},
{
"key": "sealing_grade",
"label": "密封等级",
"type": "text",
"description": "密封等级",
"required": false,
"input_style": "normal"
}
]
},
{
"id": "quadruped",
"name": "四足机器人",
"icon": "ri-footprint-line",
"key_features": [
"dof",
"max_speed",
"payload",
"endurance_time"
],
"feature_labels": {
"dof": "自由度",
"max_speed": "最大速度",
"payload": "负载",
"endurance_time": "续航"
},
"extra_fields": [
{
"key": "folded_dimensions",
"label": "折叠尺寸",
"type": "text",
"description": "折叠后外形尺寸",
"required": false,
"input_style": "normal"
},
{
"key": "gait_types",
"label": "步态类型",
"type": "text",
"description": "奔跑、小跑、行走、跳跃等步态",
"required": false,
"input_style": "normal"
},
{
"key": "torque_weight_ratio",
"label": "扭矩重量比",
"type": "text",
"description": "关节扭矩与自重比(如5N·m/kg",
"required": false,
"input_style": "normal"
}
]
}
],
"fields": [
{
"key": "name",
"label": "名称",
"type": "text",
"description": "机器人产品名称",
"required": true,
"input_style": "normal"
},
{
"key": "manufacturer",
"label": "厂商",
"type": "text",
"description": "制造商",
"required": true,
"input_style": "normal"
},
{
"key": "dof",
"label": "自由度",
"type": "text",
"description": "自由度(DOF),决定灵活性上限",
"required": false,
"input_style": "normal",
"category": "结构/运动学参数"
},
{
"key": "joint_types",
"label": "关节类型",
"type": "text",
"description": "关节类型(转动/移动关节)",
"required": false,
"input_style": "normal",
"category": "结构/运动学参数"
},
{
"key": "dh_params",
"label": "DH参数",
"type": "text",
"description": "DH参数:连杆长度a、扭角α、偏距d、关节角θ,机械臂建模核心参数",
"required": false,
"input_style": "normal",
"category": "结构/运动学参数"
},
{
"key": "link_dimensions",
"label": "连杆尺寸",
"type": "text",
"description": "连杆尺寸",
"required": false,
"input_style": "normal",
"category": "结构/运动学参数"
},
{
"key": "reach",
"label": "臂展/最大工作半径",
"type": "text",
"description": "臂展/最大工作半径",
"required": false,
"input_style": "normal",
"category": "结构/运动学参数"
},
{
"key": "workspace",
"label": "工作空间",
"type": "text",
"description": "工作空间(可达空间vs灵巧空间)",
"required": false,
"input_style": "normal",
"category": "结构/运动学参数"
},
{
"key": "joint_range",
"label": "关节运动范围",
"type": "text",
"description": "各关节运动范围(限位)",
"required": false,
"input_style": "normal",
"category": "结构/运动学参数"
},
{
"key": "mounting_type",
"label": "安装方式",
"type": "text",
"description": "安装方式(地装/吊装/壁装)",
"required": false,
"input_style": "normal",
"category": "结构/运动学参数"
},
{
"key": "redundancy",
"label": "冗余度",
"type": "text",
"description": "冗余度",
"required": false,
"input_style": "normal",
"category": "结构/运动学参数"
},
{
"key": "singularity_distribution",
"label": "奇异位形分布",
"type": "text",
"description": "奇异位形分布",
"required": false,
"input_style": "normal",
"category": "结构/运动学参数"
},
{
"key": "joint_bearing",
"label": "关节输出轴承",
"type": "text",
"description": "关节输出轴承(如工业级交叉滚子轴承,高精度高承载力)",
"required": false,
"input_style": "normal",
"category": "结构/运动学参数"
},
{
"key": "link_mass",
"label": "连杆质量",
"type": "text",
"description": "各连杆质量m",
"required": false,
"input_style": "normal",
"category": "动力学参数"
},
{
"key": "center_of_mass",
"label": "质心位置",
"type": "text",
"description": "质心位置(x,y,z)",
"required": false,
"input_style": "normal",
"category": "动力学参数"
},
{
"key": "inertia_tensor",
"label": "惯性张量",
"type": "text",
"description": "惯性张量(Ixx、Iyy、Izz及惯量积)",
"required": false,
"input_style": "normal",
"category": "动力学参数"
},
{
"key": "friction_params",
"label": "摩擦参数",
"type": "text",
"description": "摩擦参数(库仑摩擦、粘性摩擦系数,高级的有LuGre模型参数)",
"required": false,
"input_style": "normal",
"category": "动力学参数"
},
{
"key": "joint_stiffness",
"label": "关节刚度",
"type": "text",
"description": "关节刚度、阻尼、弹性变形系数",
"required": false,
"input_style": "normal",
"category": "动力学参数"
},
{
"key": "min_inertia_set",
"label": "最小惯性参数集",
"type": "text",
"description": "辨识后的最小惯性参数集(基本参数集)",
"required": false,
"input_style": "normal",
"category": "动力学参数"
},
{
"key": "dynamic_coeff",
"label": "重力/科氏力系数",
"type": "text",
"description": "重力项、科氏力/离心力项系数",
"required": false,
"input_style": "normal",
"category": "动力学参数"
},
{
"key": "drive_type",
"label": "驱动方式",
"type": "text",
"description": "驱动方式(电动/液压/气动)",
"required": false,
"input_style": "normal",
"category": "驱动/执行参数"
},
{
"key": "motor_power",
"label": "电机额定功率",
"type": "text",
"description": "电机额定功率",
"required": false,
"input_style": "normal",
"category": "驱动/执行参数"
},
{
"key": "motor_torque",
"label": "电机扭矩",
"type": "text",
"description": "电机额定/峰值扭矩",
"required": false,
"input_style": "normal",
"category": "驱动/执行参数"
},
{
"key": "motor_speed",
"label": "电机转速",
"type": "text",
"description": "电机转速",
"required": false,
"input_style": "normal",
"category": "驱动/执行参数"
},
{
"key": "reducer_type",
"label": "减速机类型",
"type": "text",
"description": "减速机类型(RV、谐波、行星)",
"required": false,
"input_style": "normal",
"category": "驱动/执行参数"
},
{
"key": "reduction_ratio",
"label": "减速比",
"type": "text",
"description": "减速比",
"required": false,
"input_style": "normal",
"category": "驱动/执行参数"
},
{
"key": "max_joint_torque",
"label": "关节最大扭矩",
"type": "text",
"description": "各关节最大扭矩",
"required": false,
"input_style": "normal",
"category": "驱动/执行参数"
},
{
"key": "max_joint_speed",
"label": "关节最大角速度",
"type": "text",
"description": "各关节最大角速度",
"required": false,
"input_style": "normal",
"category": "驱动/执行参数"
},
{
"key": "max_joint_accel",
"label": "关节最大角加速度",
"type": "text",
"description": "各关节最大角加速度",
"required": false,
"input_style": "normal",
"category": "驱动/执行参数"
},
{
"key": "brake",
"label": "抱闸/制动器",
"type": "text",
"description": "抱闸/制动器",
"required": false,
"input_style": "normal",
"category": "驱动/执行参数"
},
{
"key": "encoder_resolution",
"label": "编码器分辨率",
"type": "text",
"description": "编码器分辨率(如17bit/23bit",
"required": false,
"input_style": "normal",
"category": "驱动/执行参数"
},
{
"key": "joint_motor_type",
"label": "关节电机类型",
"type": "text",
"description": "关节电机类型(如低惯量高速内转子永磁同步电机)",
"required": false,
"input_style": "normal",
"category": "驱动/执行参数"
},
{
"key": "payload",
"label": "额定负载/有效载荷",
"type": "text",
"description": "额定负载/有效载荷(常用质量+力矩+惯性矩三指标)",
"required": false,
"input_style": "normal",
"category": "性能指标参数"
},
{
"key": "repeatability",
"label": "重复定位精度",
"type": "text",
"description": "重复定位精度(如±0.02mm",
"required": false,
"input_style": "normal",
"category": "性能指标参数"
},
{
"key": "absolute_accuracy",
"label": "绝对定位精度",
"type": "text",
"description": "绝对定位精度",
"required": false,
"input_style": "normal",
"category": "性能指标参数"
},
{
"key": "resolution",
"label": "分辨率",
"type": "text",
"description": "分辨率",
"required": false,
"input_style": "normal",
"category": "性能指标参数"
},
{
"key": "path_accuracy",
"label": "路径精度",
"type": "text",
"description": "路径精度",
"required": false,
"input_style": "normal",
"category": "性能指标参数"
},
{
"key": "tcp_max_speed",
"label": "TCP最大速度",
"type": "text",
"description": "TCP最大速度/加速度",
"required": false,
"input_style": "normal",
"category": "性能指标参数"
},
{
"key": "tcp_max_accel",
"label": "TCP最大加速度",
"type": "text",
"description": "TCP最大加速度",
"required": false,
"input_style": "normal",
"category": "性能指标参数"
},
{
"key": "positioning_time",
"label": "定位时间",
"type": "text",
"description": "定位时间",
"required": false,
"input_style": "normal",
"category": "性能指标参数"
},
{
"key": "cycle_time",
"label": "节拍",
"type": "text",
"description": "节拍时间",
"required": false,
"input_style": "normal",
"category": "性能指标参数"
},
{
"key": "max_speed",
"label": "最大运动速度",
"type": "text",
"description": "最大奔跑/移动速度(如5m/s",
"required": false,
"input_style": "normal",
"category": "性能指标参数"
},
{
"key": "max_standing_load",
"label": "极限站立负载",
"type": "text",
"description": "站立时最大负载(如65kg",
"required": false,
"input_style": "normal",
"category": "性能指标参数"
},
{
"key": "continuous_walking_load",
"label": "持续行走负载",
"type": "text",
"description": "持续行走最大负载(如15kg",
"required": false,
"input_style": "normal",
"category": "性能指标参数"
},
{
"key": "slope_angle",
"label": "斜坡行走角度",
"type": "text",
"description": "斜坡行走能力(如40°)",
"required": false,
"input_style": "normal",
"category": "性能指标参数"
},
{
"key": "stair_height",
"label": "楼梯/台阶行走高度",
"type": "text",
"description": "楼梯行走能力,台阶高度(如25cm)",
"required": false,
"input_style": "normal",
"category": "性能指标参数"
},
{
"key": "obstacle_height",
"label": "越障高度",
"type": "text",
"description": "越障高度(如攀越50cm垂直高台)",
"required": false,
"input_style": "normal",
"category": "性能指标参数"
},
{
"key": "encoder_type",
"label": "编码器类型",
"type": "text",
"description": "编码器类型(增量/绝对)",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "encoder_precision",
"label": "编码器精度",
"type": "text",
"description": "编码器精度",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "imu_range",
"label": "IMU量程",
"type": "text",
"description": "IMU量程",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "imu_bias",
"label": "IMU零偏",
"type": "text",
"description": "IMU零偏",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "imu_noise_density",
"label": "IMU噪声密度",
"type": "text",
"description": "IMU噪声密度",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "imu_bandwidth",
"label": "IMU带宽",
"type": "text",
"description": "IMU带宽",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "camera_resolution",
"label": "相机分辨率",
"type": "text",
"description": "相机分辨率",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "camera_fps",
"label": "相机帧率",
"type": "text",
"description": "相机帧率",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "camera_fov",
"label": "相机视场角",
"type": "text",
"description": "相机视场角(FOV)",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "camera_focal_length",
"label": "相机焦距",
"type": "text",
"description": "相机焦距",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "camera_distortion",
"label": "相机畸变参数",
"type": "text",
"description": "相机畸变参数",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "lidar_lines",
"label": "激光雷达线数",
"type": "text",
"description": "激光雷达线数",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "lidar_range",
"label": "测距范围",
"type": "text",
"description": "激光雷达测距范围",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "lidar_frequency",
"label": "测距/扫描频率",
"type": "text",
"description": "激光雷达测距/扫描频率",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "lidar_angular_res",
"label": "角分辨率",
"type": "text",
"description": "激光雷达角分辨率",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "lidar_accuracy",
"label": "激光雷达精度",
"type": "text",
"description": "激光雷达精度",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "ft_sensor_range",
"label": "力/扭矩传感器量程",
"type": "text",
"description": "力/扭矩传感器量程",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "ft_sensor_accuracy",
"label": "力/扭矩传感器精度",
"type": "text",
"description": "力/扭矩传感器精度",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "ft_sensor_overload",
"label": "过载能力",
"type": "text",
"description": "力/扭矩传感器过载能力",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "gps_accuracy",
"label": "GPS/RTK精度",
"type": "text",
"description": "GPS/RTK水平/垂直精度(如10mm+D×10⁻⁶)",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "gps_update_rate",
"label": "GPS更新率",
"type": "text",
"description": "GPS更新率",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "camera_type",
"label": "相机类型",
"type": "text",
"description": "相机类型(如高清相机、仿人双目相机)",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "voice_interaction",
"label": "语音交互",
"type": "text",
"description": "语音交互(阵列麦克风、大功率扬声器等)",
"required": false,
"input_style": "normal",
"category": "感知/传感器参数"
},
{
"key": "control_algorithm",
"label": "控制算法",
"type": "text",
"description": "控制算法",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "pid_gains",
"label": "PID增益",
"type": "text",
"description": "PID的P/I/D、前馈系数",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "control_cycle",
"label": "控制周期",
"type": "text",
"description": "控制周期",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "interpolation_cycle",
"label": "插补周期",
"type": "text",
"description": "插补周期(如1ms/4ms/8ms",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "tcp_coordinate",
"label": "工具坐标系TCP",
"type": "text",
"description": "工具坐标系TCP标定",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "user_coordinate",
"label": "用户坐标系",
"type": "text",
"description": "用户坐标系标定",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "filter_params",
"label": "滤波参数",
"type": "text",
"description": "滤波参数",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "soft_limit",
"label": "软限位",
"type": "text",
"description": "软限位",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "safe_speed_threshold",
"label": "安全速度阈值",
"type": "text",
"description": "安全速度阈值",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "comm_interface",
"label": "通信接口",
"type": "text",
"description": "通信接口参数(EtherCAT、CAN、PROFINET等)",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "comm_baudrate",
"label": "波特率",
"type": "text",
"description": "波特率",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "comm_cycle",
"label": "通信周期",
"type": "text",
"description": "通信周期",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "ros_params",
"label": "ROS/软件层参数",
"type": "text",
"description": "ROS/软件层参数(话题频率、TF树、导航costmap参数等)",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "compute_platform",
"label": "计算平台/算力",
"type": "text",
"description": "计算平台与算力(如8核CPU、Intel Core i5/i7、2070 TOPS",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "wireless_comms",
"label": "无线通信",
"type": "text",
"description": "无线通信(WiFi、蓝牙等)",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "ota_support",
"label": "OTA升级",
"type": "text",
"description": "是否支持OTA软件升级",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "secondary_development",
"label": "二次开发",
"type": "text",
"description": "是否支持二次开发",
"required": false,
"input_style": "normal",
"category": "控制/软件参数"
},
{
"key": "supply_voltage",
"label": "供电电压",
"type": "text",
"description": "供电电压",
"required": false,
"input_style": "normal",
"category": "电气/能源参数"
},
{
"key": "rated_power",
"label": "额定功率",
"type": "text",
"description": "额定功率",
"required": false,
"input_style": "normal",
"category": "电气/能源参数"
},
{
"key": "peak_power",
"label": "峰值功耗",
"type": "text",
"description": "峰值功耗",
"required": false,
"input_style": "normal",
"category": "电气/能源参数"
},
{
"key": "battery_capacity",
"label": "电池容量",
"type": "text",
"description": "电池容量(移动/人形机器人重点)",
"required": false,
"input_style": "normal",
"category": "电气/能源参数"
},
{
"key": "endurance_time",
"label": "续航时间",
"type": "text",
"description": "续航时间(移动/人形机器人重点)",
"required": false,
"input_style": "normal",
"category": "电气/能源参数"
},
{
"key": "charging_time",
"label": "充电时间",
"type": "text",
"description": "充电时间",
"required": false,
"input_style": "normal",
"category": "电气/能源参数"
},
{
"key": "battery_type",
"label": "电池类型",
"type": "text",
"description": "电池类型(如锂电池)",
"required": false,
"input_style": "normal",
"category": "电气/能源参数"
},
{
"key": "cooling_system",
"label": "散热系统",
"type": "text",
"description": "散热系统(如风冷)",
"required": false,
"input_style": "normal",
"category": "电气/能源参数"
},
{
"key": "endurance_distance",
"label": "续航里程",
"type": "text",
"description": "续航里程(如空载>20km",
"required": false,
"input_style": "normal",
"category": "电气/能源参数"
},
{
"key": "ip_rating",
"label": "防护等级IP",
"type": "text",
"description": "防护等级IPIP54/IP67…)",
"required": false,
"input_style": "normal",
"category": "环境/通用参数"
},
{
"key": "explosion_proof",
"label": "防爆等级",
"type": "text",
"description": "防爆等级",
"required": false,
"input_style": "normal",
"category": "环境/通用参数"
},
{
"key": "work_temperature",
"label": "工作温度",
"type": "text",
"description": "工作温度范围",
"required": false,
"input_style": "normal",
"category": "环境/通用参数"
},
{
"key": "work_humidity",
"label": "工作湿度",
"type": "text",
"description": "工作湿度范围",
"required": false,
"input_style": "normal",
"category": "环境/通用参数"
},
{
"key": "noise_level",
"label": "噪音等级",
"type": "text",
"description": "噪音等级",
"required": false,
"input_style": "normal",
"category": "环境/通用参数"
},
{
"key": "weight",
"label": "整机重量",
"type": "text",
"description": "整机重量",
"required": false,
"input_style": "normal",
"category": "环境/通用参数"
},
{
"key": "dimensions",
"label": "外形尺寸",
"type": "text",
"description": "外形尺寸",
"required": false,
"input_style": "normal",
"category": "环境/通用参数"
},
{
"key": "mounting_interface",
"label": "安装接口",
"type": "text",
"description": "安装接口(法兰规格)",
"required": false,
"input_style": "normal",
"category": "环境/通用参数"
},
{
"key": "safety_cert",
"label": "安全认证",
"type": "text",
"description": "安全认证(CE、ISO 10218等)",
"required": false,
"input_style": "normal",
"category": "环境/通用参数"
},
{
"key": "material",
"label": "整机材质",
"type": "text",
"description": "整机材质(如铝合金、航空铝+钛合金)",
"required": false,
"input_style": "normal",
"category": "环境/通用参数"
},
{
"key": "launch_price",
"label": "首发价格/售价",
"type": "text",
"description": "上市售价(如¥19.9万元)",
"required": false,
"input_style": "normal",
"category": "环境/通用参数"
},
{
"key": "official_urls",
"label": "官网地址",
"type": "json",
"description": "产品官网链接,JSON数组格式:[{\"url\":\"https://...\",\"title\":\"...\"}]",
"required": false,
"input_style": "long"
},
{
"key": "reference_urls",
"label": "数据参考",
"type": "json",
"description": "参数来源链接,JSON数组格式:[{\"url\":\"https://...\",\"title\":\"...\"}]",
"required": false,
"input_style": "long"
},
{
"key": "description",
"label": "描述",
"type": "text",
"description": "机器人简介",
"required": false,
"input_style": "long"
}
],
"created_at": "2026-09-14 12:27:43",
"visible": true,
"updated_at": "2026-09-14 12:39:22"
}
]