修复问题:
- 新增类别的详情页面路由不存在
- 导航栏缺少后台入口
新增:
- /category/{id} 路由
- category.html 模板页面
- 导航栏添加后台入口
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
[
|
|
{
|
|
"id": "ai-models",
|
|
"name": "AI模型",
|
|
"icon": "ri-robot-line",
|
|
"color": "blue",
|
|
"description": "大语言模型、图像模型等AI模型参数",
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": "gpus",
|
|
"name": "GPU显卡",
|
|
"icon": "ri-cpu-line",
|
|
"color": "green",
|
|
"description": "NVIDIA、AMD等GPU显卡规格参数",
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": "cpus",
|
|
"name": "CPU处理器",
|
|
"icon": "ri-memory-line",
|
|
"color": "purple",
|
|
"description": "Intel、AMD等CPU处理器参数",
|
|
"order": 3
|
|
},
|
|
{
|
|
"id": "phones",
|
|
"name": "手机",
|
|
"icon": "ri-smartphone-line",
|
|
"color": "orange",
|
|
"description": "各品牌手机参数规格",
|
|
"order": 4
|
|
},
|
|
{
|
|
"id": "laptops",
|
|
"name": "电脑",
|
|
"icon": "ri-macbook-line",
|
|
"color": "teal",
|
|
"description": "笔记本电脑、台式机参数",
|
|
"order": 5
|
|
},
|
|
{
|
|
"id": "021dc76d36be",
|
|
"name": "汽车",
|
|
"icon": "ri-folder-line",
|
|
"color": "blue",
|
|
"order": 6,
|
|
"description": "汽车方面",
|
|
"created_at": "2026-04-09 10:09:01"
|
|
}
|
|
] |