From 78330647721451a440e421fdab44894a9a6e4cb3 Mon Sep 17 00:00:00 2001 From: v0 Date: Thu, 8 Jan 2026 05:32:20 +0000 Subject: [PATCH] feat: update site infrastructure details Update CDN, server, and backend names for better clarity. Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com> --- components/site-navigation.tsx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/components/site-navigation.tsx b/components/site-navigation.tsx index 5326c0d..7fc2d67 100644 --- a/components/site-navigation.tsx +++ b/components/site-navigation.tsx @@ -69,13 +69,13 @@ const categories: Category[] = [ domain: "api.zhuzihan.com", name: "New-API", server: "DigitalOcean", - cdn: "EdgeOne加速", + cdn: "无加速", url: "https://api.zhuzihan.com", }, { domain: "load.zhuzihan.com", name: "GPT-Load", - server: "狐蒂云", + server: "狐蒂云-日本", cdn: "EdgeOne加速", url: "https://load.zhuzihan.com", }, @@ -143,11 +143,18 @@ const categories: Category[] = [ }, { domain: "hdy.zhuzihan.com", - name: "狐蒂云管理后台", - server: "狐蒂云", + name: "狐蒂云-日本管理后台", + server: "狐蒂云-日本", cdn: "无加速", url: "https://hdy.zhuzihan.com", }, + { + domain: "hdy2.zhuzihan.com", + name: "狐蒂云-美国管理后台", + server: "狐蒂云-美国", + cdn: "无加速", + url: "https://hdy2.zhuzihan.com", + }, ], }, {