mirror of
https://github.com/ChenQihan666/Lolia-Nodes-Status-Pages.git
synced 2026-08-14 07:52:34 +08:00
Modify links in uptime.config.ts
Updated links in the uptime configuration file to include documentation and official website.
This commit is contained in:
+2
-3
@@ -10,9 +10,8 @@ const pageConfig: PageConfig = {
|
|||||||
title: "LoliaFRP Nodes Status",
|
title: "LoliaFRP Nodes Status",
|
||||||
// Links shown at the header of your status page, could set `highlight` to `true`
|
// Links shown at the header of your status page, could set `highlight` to `true`
|
||||||
links: [
|
links: [
|
||||||
{ link: 'https://github.com/Lolia-FRP', label: 'GitHub' },
|
{ link: 'https://docs.lolia.link/', label: '查看文档' },
|
||||||
{ link: 'https://blog.lyc8503.net/', label: 'Blog' },
|
{ link: 'https://lolia.link', label: '返回官网', highlight: true },
|
||||||
{ link: 'mailto:me@lyc8503.net', label: 'Email Me', highlight: true },
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user