From f9d2c17719fc242ec716a314acef19e79e1dce06 Mon Sep 17 00:00:00 2001 From: v0 Date: Fri, 26 Dec 2025 10:51:19 +0000 Subject: [PATCH] feat: add new site for AI service status check Add `health.zhuzihan.com/status/ai` under AI & API services category. #VERCEL_SKIP Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com> --- components/site-navigation.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/components/site-navigation.tsx b/components/site-navigation.tsx index 78e9a3a..2d6f840 100644 --- a/components/site-navigation.tsx +++ b/components/site-navigation.tsx @@ -93,6 +93,13 @@ const categories: Category[] = [ cdn: "EdgeOne加速", url: "https://api-test.zhuzihan.com", }, + { + domain: "health.zhuzihan.com/status/ai", + name: "AI服务状态查询", + server: "青竹云", + cdn: "ESA加速", + url: "https://health.zhuzihan.com/status/ai", + }, ], }, {