AIDaohang/data/categories.json
2025-07-05 22:41:21 +08:00

104 lines
1.8 KiB
JSON

{
"dev": {
"name": "开发工具",
"color": "#4cc9f0",
"sub": {
"data": {
"name": "数据库",
"color": "#4895ef",
"weight": 3
},
"web": {
"name": "Web服务",
"color": "#4361ee",
"weight": 5
},
"ops": {
"name": "运维部署",
"color": "#3a0ca3",
"weight": 2
},
"cloud": {
"name": "云计算",
"color": "#480ca8",
"weight": 0
}
},
"private": true,
"sub_private": {
"data": true,
"web": true,
"ops": true,
"cloud": true
},
"weight": 99999
},
"edu": {
"name": "教育学习",
"color": "#f72585",
"sub": {
"science": {
"name": "自然科学",
"color": "#b5179e",
"weight": 0
},
"language": {
"name": "语言",
"color": "#7209b7",
"weight": 0
}
},
"private": false,
"weight": 0
},
"tool": {
"name": "效率工具",
"color": "#7209b7",
"sub": {
"office": {
"name": "办公",
"color": "#560bad",
"weight": 0
}
},
"weight": 0
},
"law": {
"name": "法律相关",
"color": "#4895ef",
"sub": {
"criminal": {
"name": "刑法",
"color": "#4361ee",
"weight": 0
},
"tax": {
"name": "税法",
"color": "#3f37c9",
"weight": 0
}
},
"weight": 0
},
"ai": {
"name": "AI工具",
"color": "#f8961e",
"sub": {
"image": {
"name": "图像生成",
"color": "#f3722c",
"weight": 999
},
"writing": {
"name": "写作",
"color": "#f9844a",
"weight": 0
}
},
"private": false,
"sub_private": {
"image": false
},
"weight": 29999
}
}