upgrade: 更新 config,ts 中页脚添加状态页面的节点监测

This commit is contained in:
二叉树树
2026-01-12 19:45:48 +08:00
parent d097cd5737
commit 32fe9316c6

View File

@@ -63,7 +63,8 @@ export const siteConfig: SiteConfig = {
server: [
{ url: "", text: "博客本体节点" },
{ url: "https://umami.acofork.com", text: "Umami节点" },
{ url: "https://pic.acofork.com", text: "随机图节点" }
{ url: "https://pic.acofork.com", text: "随机图节点" },
{ url: "https://status.acofork.com", text: "状态检测节点"}
],
};