From 6844d73c9dbf423e7ece41064d1a7b6c8bc29772 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Wed, 29 Apr 2026 17:30:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=80=E6=9C=89=E7=B1=BB=E5=88=AB?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=98=E7=BD=91=E5=9C=B0=E5=9D=80=E5=92=8C?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=8F=82=E8=80=83=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 官网地址(official_urls): JSON数组,存储产品官网链接 - 数据参考(reference_urls): JSON数组,存储参数来源链接 - 格式示例: [{"url":"https://...","title":"..."}] - 支持多个链接+标题 - 类型: JSON,长文本输入 - 覆盖: AI模型、GPU、CPU、手机、电脑、汽车、摄像全部7个类别 --- data/categories.json | 112 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) diff --git a/data/categories.json b/data/categories.json index 8388679..0bc2d6f 100644 --- a/data/categories.json +++ b/data/categories.json @@ -213,6 +213,22 @@ "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": "描述", @@ -448,6 +464,22 @@ "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": "描述", @@ -668,6 +700,22 @@ "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": "描述", @@ -803,6 +851,22 @@ "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": "产品简介", "key": "description", @@ -962,6 +1026,22 @@ "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", @@ -1079,6 +1159,22 @@ "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", @@ -1225,6 +1321,22 @@ "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": "描述",