Merge pull request #4 from handsomezhuzhu/v0/kdaugh14-4907-03e8edbc

Update server configurations and improve site navigation
This commit is contained in:
vercel[bot]
2026-02-20 11:41:57 +00:00
committed by GitHub

View File

@@ -67,7 +67,7 @@ const categories: Category[] = [
}, },
{ {
domain: "api.zhuzihan.com", domain: "api.zhuzihan.com",
name: "NEW-API", name: "New-API",
server: "狐蒂云-日本", server: "狐蒂云-日本",
cdn: "无加速", cdn: "无加速",
url: "https://api.zhuzihan.com", url: "https://api.zhuzihan.com",
@@ -93,6 +93,48 @@ const categories: Category[] = [
cdn: "ESA API加速", cdn: "ESA API加速",
url: "https://ai-proxy.zhuzihan.com", url: "https://ai-proxy.zhuzihan.com",
}, },
{
domain: "grok.zhuzihan.com",
name: "Grok2API",
server: "狐蒂云-美国",
cdn: "无加速",
url: "https://grok.zhuzihan.com",
},
{
domain: "git.zhuzihan.com",
name: "Gitea自托管Git",
server: "狐蒂云-美国-2",
cdn: "无加速",
url: "https://git.zhuzihan.com",
},
{
domain: "pro.zhuzihan.com",
name: "AxonHub专业API网关",
server: "狐蒂云-美国-2",
cdn: "无加速",
url: "https://pro.zhuzihan.com",
},
{
domain: "codex.zhuzihan.com",
name: "公益New-API",
server: "青瑞云",
cdn: "EdgeOne加速",
url: "https://codex.zhuzihan.com",
},
{
domain: "ai.zzhdsgsss.xyz",
name: "LINUXDO公益New-API",
server: "青瑞云",
cdn: "CloudFlare加速",
url: "https://ai.zzhdsgsss.xyz",
},
{
domain: "apitool.zzhdsgsss.xyz",
name: "LINUXDO公益New-API监控",
server: "青瑞云",
cdn: "CloudFlare加速",
url: "https://apitool.zzhdsgsss.xyz",
},
{ {
domain: "cpa.zhuzihan.com/management.html", domain: "cpa.zhuzihan.com/management.html",
name: "CliProxyAPI", name: "CliProxyAPI",
@@ -190,6 +232,13 @@ const categories: Category[] = [
cdn: "无加速", cdn: "无加速",
url: "https://hdy2.zhuzihan.com", url: "https://hdy2.zhuzihan.com",
}, },
{
domain: "hdy3.zhuzihan.com",
name: "狐蒂云-美国-2管理后台",
server: "狐蒂云-美国-2",
cdn: "无加速",
url: "https://hdy3.zhuzihan.com",
},
], ],
}, },
{ {
@@ -296,6 +345,7 @@ function getCdnBadgeStyle(cdn: string) {
if (cdn.includes("EdgeOne")) return "bg-green-500/20 text-green-400" if (cdn.includes("EdgeOne")) return "bg-green-500/20 text-green-400"
if (cdn.includes("ESA API")) return "bg-indigo-500/20 text-indigo-400" if (cdn.includes("ESA API")) return "bg-indigo-500/20 text-indigo-400"
if (cdn.includes("ESA")) return "bg-sky-500/20 text-sky-400" if (cdn.includes("ESA")) return "bg-sky-500/20 text-sky-400"
if (cdn.includes("CloudFlare")) return "bg-orange-500/20 text-orange-400"
if (cdn.includes("Vercel")) return "bg-foreground/10 text-foreground" if (cdn.includes("Vercel")) return "bg-foreground/10 text-foreground"
return "bg-muted text-muted-foreground" return "bg-muted text-muted-foreground"
} }
@@ -312,7 +362,9 @@ function getServerBadgeStyle(server: string) {
if (server.includes("EdgeOne")) return "bg-green-500/20 text-green-400" if (server.includes("EdgeOne")) return "bg-green-500/20 text-green-400"
if (server.includes("网易") || server.includes("企业邮箱")) return "bg-red-500/20 text-red-400" if (server.includes("网易") || server.includes("企业邮箱")) return "bg-red-500/20 text-red-400"
if (server.includes("狐蒂云-日本")) return "bg-pink-500/20 text-pink-400" if (server.includes("狐蒂云-日本")) return "bg-pink-500/20 text-pink-400"
if (server.includes("狐蒂云-美国-2")) return "bg-purple-500/20 text-purple-400"
if (server.includes("狐蒂云-美国")) return "bg-violet-500/20 text-violet-400" if (server.includes("狐蒂云-美国")) return "bg-violet-500/20 text-violet-400"
if (server.includes("青瑞云")) return "bg-lime-500/20 text-lime-400"
if (server.includes("Google-Iowa")) return "bg-green-500/20 text-green-400" if (server.includes("Google-Iowa")) return "bg-green-500/20 text-green-400"
if (server.includes("Google-Oregon")) return "bg-teal-500/20 text-teal-400" if (server.includes("Google-Oregon")) return "bg-teal-500/20 text-teal-400"
if (server.includes("Google-Taiwan")) return "bg-cyan-500/20 text-cyan-400" if (server.includes("Google-Taiwan")) return "bg-cyan-500/20 text-cyan-400"