AIDaohang/data/categories.json

168 lines
3.0 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": 4
}
},
"private": true,
"sub_private": {
"data": true,
"web": true,
"ops": true,
"cloud": false
},
"weight": 9527
},
"edu": {
"name": "教育学习",
"color": "#f72585",
"sub": {
"science": {
"name": "自然科学",
"color": "#b5179e",
"weight": 2
},
"language": {
"name": "语言",
"color": "#7209b7",
"weight": 3
},
"math": {
"name": "数学",
"color": "#560bad",
"weight": 4
}
},
"private": true,
"weight": 8
},
"tool": {
"name": "效率工具",
"color": "#7209b7",
"sub": {
"office": {
"name": "办公",
"color": "#560bad",
"weight": 1
},
"time": {
"name": "时间管理",
"color": "#3a0ca3",
"weight": 2
}
},
"weight": 7,
"private": false
},
"law": {
"name": "法律相关",
"color": "#4895ef",
"sub": {
"criminal": {
"name": "刑法",
"color": "#4361ee",
"weight": 2
},
"tax": {
"name": "税法",
"color": "#3f37c9",
"weight": 1
},
"document": {
"name": "法律文书",
"color": "#3a0ca3",
"weight": 1
}
},
"weight": 6,
"private": false
},
"ai": {
"name": "AI工具",
"color": "#f8961e",
"sub": {
"image": {
"name": "图像生成",
"color": "#f3722c",
"weight": 999
},
"writing": {
"name": "写作",
"color": "#f9844a",
"weight": 5
},
"code": {
"name": "代码生成",
"color": "#f8961e",
"weight": 6
}
},
"private": true,
"sub_private": {
"image": false,
"code": true
},
"weight": 52
},
"design": {
"name": "设计工具",
"color": "#f94144",
"sub": {
"ui": {
"name": "UI设计",
"color": "#f3722c",
"weight": 3
},
"graphic": {
"name": "平面设计",
"color": "#f8961e",
"weight": 4
}
},
"weight": 5,
"private": false
},
"health": {
"name": "健康医疗",
"color": "#43aa8b",
"sub": {
"fitness": {
"name": "健身",
"color": "#90be6d",
"weight": 3
},
"nutrition": {
"name": "营养",
"color": "#4d908e",
"weight": 2
},
"swim": {
"name": "游泳",
"color": "#4895ef",
"weight": 4
}
},
"weight": 4,
"private": false
}
}