From 8cc72564693dab0ca3a23bd26f3919358d7aa2c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Sun, 11 Jan 2026 03:39:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor(config):=20=E7=A7=BB=E9=99=A4=E9=9A=8F?= =?UTF-8?q?=E6=9C=BA=E5=9B=BE=E8=8A=82=E7=82=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 不再需要独立的随机图节点服务,因此从配置中移除相关条目 --- src/config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index a596243e8..f74fb0333 100644 --- a/src/config.ts +++ b/src/config.ts @@ -62,8 +62,7 @@ export const siteConfig: SiteConfig = { ], server: [ { url: "", text: "博客本体节点" }, - { url: "https://umami.acofork.com", text: "Umami节点" }, - { url: "https://pic.acofork.com", text: "随机图节点" }, + { url: "https://umami.acofork.com", text: "Umami节点" } ], };