From 0fb3fd62995993835add32e6f52815acdd297d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Mon, 19 Jan 2026 00:29:16 +0800 Subject: [PATCH] =?UTF-8?q?docs(config):=20=E6=9B=B4=E6=96=B0=E7=AB=99?= =?UTF-8?q?=E7=82=B9=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=9A=84=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E8=8A=82=E7=82=B9=E6=96=87=E6=9C=AC=E5=92=8C=E6=96=B0?= =?UTF-8?q?=E5=A2=9ERandomPic=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新服务器节点显示文本为英文并新增RandomPic服务节点,保持配置信息的简洁性和一致性 --- src/config.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index 489f51720..f8b7ae0f1 100644 --- a/src/config.ts +++ b/src/config.ts @@ -61,8 +61,9 @@ export const siteConfig: SiteConfig = { { url: "https://2x.nz", alias: "Global" }, ], server: [ - { url: "", text: "博客本体节点" }, - { url: "https://umami.acofork.com", text: "Umami节点" } + { url: "", text: "Blog" }, + { url: "https://umami.acofork.com", text: "Umami" }, + { url: "https://pic1.acofork.com", text: "RandomPic" }, ], };