From f641b5023e2afe68e914707269ddb60f8d161fb4 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Wed, 29 Jul 2026 11:43:47 +0800 Subject: [PATCH] Update status page title and GitHub link --- uptime.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uptime.config.ts b/uptime.config.ts index cf80328..658bfa7 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -7,10 +7,10 @@ import { MaintenanceConfig, PageConfig, WorkerConfig } from './types/config' const pageConfig: PageConfig = { // Title for your status page - title: "lyc8503's Status Page", + title: "LoliaFRP Nodes Status", // Links shown at the header of your status page, could set `highlight` to `true` links: [ - { link: 'https://github.com/lyc8503', label: 'GitHub' }, + { link: 'https://github.com/Lolia-FRP', label: 'GitHub' }, { link: 'https://blog.lyc8503.net/', label: 'Blog' }, { link: 'mailto:me@lyc8503.net', label: 'Email Me', highlight: true }, ],