From 56764114d79c119347fbf26151f2753d1e0aaf65 Mon Sep 17 00:00:00 2001 From: QihanNX Date: Wed, 29 Jul 2026 11:50:14 +0800 Subject: [PATCH] Modify links in uptime.config.ts Updated links in the uptime configuration file to include documentation and official website. --- uptime.config.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/uptime.config.ts b/uptime.config.ts index 658bfa7..b9b3b4b 100644 --- a/uptime.config.ts +++ b/uptime.config.ts @@ -10,9 +10,8 @@ const pageConfig: PageConfig = { title: "LoliaFRP Nodes Status", // Links shown at the header of your status page, could set `highlight` to `true` links: [ - { 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 }, + { link: 'https://docs.lolia.link/', label: '查看文档' }, + { link: 'https://lolia.link', label: '返回官网', highlight: true }, ], }