feat(subsystem): 添加 Superset 日志数据可视化子系统
- 在 mockSubsystems 中添加 Superset 子系统配置(id: 7, 可观测性分类) - 在侧边栏子系统导航列表中添加 Superset 入口 - 添加青色系 CSS 变量(--tag-cyan-*、--logo-ss-bg)用于 Superset 主题 - 更新 SubsystemCard 和 SubsystemDetail 的颜色映射 - 添加 Superset 详情页描述文案 状态设置为 integrating,支持 SSO 单点登录
This commit is contained in:
@@ -33,6 +33,7 @@ const bgColor = computed(() => {
|
||||
AP: 'var(--logo-ap-bg)',
|
||||
QP: 'var(--logo-qp-bg)',
|
||||
GF: 'var(--logo-gf-bg)',
|
||||
SS: 'var(--logo-ss-bg)',
|
||||
}
|
||||
return colors[props.system.icon] || 'var(--bg-panel-2)'
|
||||
})
|
||||
@@ -45,6 +46,7 @@ const iconColor = computed(() => {
|
||||
AP: 'var(--tag-blue-text)',
|
||||
QP: 'var(--tag-amber-text)',
|
||||
GF: 'var(--warn)',
|
||||
SS: 'var(--tag-cyan-text)',
|
||||
}
|
||||
return colors[props.system.icon] || 'var(--text-mid)'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user