From e1aa3a8787466a7050d8395c9cc6949c677f583b Mon Sep 17 00:00:00 2001 From: XUZHONGXIN Date: Fri, 1 Aug 2025 22:52:05 +0800 Subject: [PATCH] Update uptime.config.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改link下的企业门户和技术博客链接 --- uptime.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uptime.config.ts b/uptime.config.ts index 65e9356..335510c 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -5,8 +5,8 @@ const pageConfig: PageConfig = { title: "lyc8503's Status Page", // Links shown at the header of your status page, could set `highlight` to `true` links: [ - { link: 'https://github.com/lyc8503', label: 'GitHub' }, - { link: 'https://blog.lyc8503.net/', label: 'Blog' }, + { link: 'https://xinnew.top', label: '企业门户' }, + { link: 'https://blog.csdn.net/qq_73252299?spm=1011.2124.3001.5343', label: '技术博客' }, { link: 'mailto:me@lyc8503.net', label: 'Email Me', highlight: true }, ], // [OPTIONAL] Group your monitors