From 34e685843e76bb20a0b290814485c0e70b4c3c35 Mon Sep 17 00:00:00 2001 From: aiyimickey <39365912+aiyimickey@users.noreply.github.com> Date: Thu, 2 Jul 2026 11:25:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20OA=20=E9=97=A8=E6=88=B7=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=96=B0=E5=A2=9E=E5=91=8A=E8=AD=A6=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E5=8D=A1=E7=89=87=20(monitor.tlyq.ai)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1d70e4..d134cb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,7 @@ function siteUrl(url: string, domain: string): string { const CORE_SITES = [ { name: '资产管理', url: 'http://127.0.0.1:6177', desc: 'GPU 服务器、存储服务器等硬件设备信息管理与实时监控', tag: 'CMDB', dot: '#2563eb', domain: 'assets.tlyq.ai' }, { name: '工单跟踪', url: 'http://127.0.0.1:6176', desc: '故障工单全流程管理,SLA 自动计算,月度/周度报告导出', tag: 'ITS', dot: '#7c3aed', domain: 'issue.tlyq.ai' }, + { name: '告警监控', url: 'http://127.0.0.1:6181', desc: '统一告警监控中心,容器/端点健康检查,企业微信告警推送', tag: 'MONITOR', dot: '#4f46e5', domain: 'monitor.tlyq.ai' }, ] const OTHER_SITES = [ @@ -25,6 +26,7 @@ const OTHER_SITES = [ const COLORS: Record = { '#2563eb': { light: 'rgba(37,99,235,0.08)', tag: '#2563eb' }, '#7c3aed': { light: 'rgba(124,58,237,0.08)', tag: '#7c3aed' }, + '#4f46e5': { light: 'rgba(79,70,229,0.08)', tag: '#4f46e5' }, '#059669': { light: 'rgba(5,150,105,0.08)', tag: '#059669' }, '#d97706': { light: 'rgba(217,119,6,0.08)', tag: '#d97706' }, '#e11d48': { light: 'rgba(225,29,72,0.08)', tag: '#e11d48' },