mirror of
https://github.com/handsomezhuzhu/personal-navigation-site.git
synced 2026-04-18 14:22:53 +00:00
Merge pull request #7 from handsomezhuzhu/v0/kdaugh14-4907-053206dd
Redesign navigation and update AI API proxy server list
This commit is contained in:
@@ -82,14 +82,14 @@ const categories: Category[] = [
|
||||
{
|
||||
domain: "api-proxy.zhuzihan.com",
|
||||
name: "AI API转发",
|
||||
server: ["狐蒂云-美国", "Google-Iowa", "Google-Oregon", "Google-Taiwan"],
|
||||
server: ["Oracle", "Google-Iowa", "Google-Oregon"],
|
||||
cdn: "ESA API加速",
|
||||
url: "https://api-proxy.zhuzihan.com",
|
||||
},
|
||||
{
|
||||
domain: "ai-proxy.zhuzihan.com",
|
||||
name: "AI API转发",
|
||||
server: ["狐蒂云-美国", "Google-Iowa", "Google-Oregon", "Google-Taiwan"],
|
||||
server: ["Oracle", "Google-Iowa", "Google-Oregon"],
|
||||
cdn: "ESA API加速",
|
||||
url: "https://ai-proxy.zhuzihan.com",
|
||||
},
|
||||
@@ -162,13 +162,6 @@ const categories: Category[] = [
|
||||
title: "云服务管理后台",
|
||||
icon: <Server className="size-5" />,
|
||||
sites: [
|
||||
{
|
||||
domain: "admin.zhuzihan.com",
|
||||
name: "DigitalOcean管理后台",
|
||||
server: "DigitalOcean",
|
||||
cdn: "无加速",
|
||||
url: "https://admin.zhuzihan.com",
|
||||
},
|
||||
{
|
||||
domain: "azure.zhuzihan.com",
|
||||
name: "Azure管理后台",
|
||||
@@ -211,13 +204,6 @@ const categories: Category[] = [
|
||||
cdn: "无加速",
|
||||
url: "https://google2.zhuzihan.com",
|
||||
},
|
||||
{
|
||||
domain: "google3.zhuzihan.com",
|
||||
name: "Google-Taiwan管理后台",
|
||||
server: "Google-Taiwan",
|
||||
cdn: "无加速",
|
||||
url: "https://google3.zhuzihan.com",
|
||||
},
|
||||
{
|
||||
domain: "hdy.zhuzihan.com",
|
||||
name: "狐蒂云-日本管理后台",
|
||||
@@ -351,6 +337,7 @@ function getCdnBadgeStyle(cdn: string) {
|
||||
}
|
||||
|
||||
function getServerBadgeStyle(server: string) {
|
||||
if (server.includes("Oracle")) return "bg-red-600/20 text-red-400"
|
||||
if (server.includes("DigitalOcean")) return "bg-blue-500/20 text-blue-400"
|
||||
if (server.includes("Azure")) return "bg-sky-500/20 text-sky-400"
|
||||
if (server.includes("华为")) return "bg-red-500/20 text-red-400"
|
||||
|
||||
Reference in New Issue
Block a user