From e99571c346a35363ffe7b55c690baf33d9b3ea85 Mon Sep 17 00:00:00 2001
From: Cirrus <18879981113@163.com>
Date: Mon, 1 Jun 2026 02:24:22 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=85=B3=E4=BA=8E=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
content/page/links/index.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/content/page/links/index.md b/content/page/links/index.md
index 18ba280..c8adcce 100644
--- a/content/page/links/index.md
+++ b/content/page/links/index.md
@@ -108,6 +108,9 @@ flowchart TD
F_router[FRPS]
F_status[Uptime Kuma 公网
status]
end
+ subgraph O["阿里云OSS"]
+ O_website[个人Blog网站
(根域名)]
+ end
end
subgraph CampusNetwork["校园网"]
@@ -116,7 +119,7 @@ flowchart TD
subgraph A["CLab云服务器"]
A_code[code-server]
A_memos[Memos]
- A_static[静态网站]
+ A_static[个人Blog以外的静态网站]
A_kuma_local[Uptime Kuma 校内
status-local]
end
@@ -129,6 +132,7 @@ flowchart TD
%% User 单独定义,不放进任何子图,自然跨越两个网络区域
User[网站访客]
User -->|"公网/校园网访问"| F_router
+ User -->|"公网/校园网访问"| O_website
User -->|"校内直连"| M_cloud
User -->|"校内直连"| M_git