mirror of
https://github.com/handsomezhuzhu/personal-navigation-site.git
synced 2026-04-18 22:32:52 +00:00
Compare commits
3 Commits
b8d4eaa4df
...
b1c0c0da82
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1c0c0da82 | ||
|
|
a46f351021 | ||
|
|
39562f0b84 |
@@ -82,14 +82,14 @@ const categories: Category[] = [
|
|||||||
{
|
{
|
||||||
domain: "api-proxy.zhuzihan.com",
|
domain: "api-proxy.zhuzihan.com",
|
||||||
name: "AI API转发",
|
name: "AI API转发",
|
||||||
server: ["狐蒂云-美国", "Google-Iowa", "Google-Oregon", "Google-Taiwan"],
|
server: ["Oracle", "Google-Iowa", "Google-Oregon"],
|
||||||
cdn: "ESA API加速",
|
cdn: "ESA API加速",
|
||||||
url: "https://api-proxy.zhuzihan.com",
|
url: "https://api-proxy.zhuzihan.com",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
domain: "ai-proxy.zhuzihan.com",
|
domain: "ai-proxy.zhuzihan.com",
|
||||||
name: "AI API转发",
|
name: "AI API转发",
|
||||||
server: ["狐蒂云-美国", "Google-Iowa", "Google-Oregon", "Google-Taiwan"],
|
server: ["Oracle", "Google-Iowa", "Google-Oregon"],
|
||||||
cdn: "ESA API加速",
|
cdn: "ESA API加速",
|
||||||
url: "https://ai-proxy.zhuzihan.com",
|
url: "https://ai-proxy.zhuzihan.com",
|
||||||
},
|
},
|
||||||
@@ -162,13 +162,6 @@ const categories: Category[] = [
|
|||||||
title: "云服务管理后台",
|
title: "云服务管理后台",
|
||||||
icon: <Server className="size-5" />,
|
icon: <Server className="size-5" />,
|
||||||
sites: [
|
sites: [
|
||||||
{
|
|
||||||
domain: "admin.zhuzihan.com",
|
|
||||||
name: "DigitalOcean管理后台",
|
|
||||||
server: "DigitalOcean",
|
|
||||||
cdn: "无加速",
|
|
||||||
url: "https://admin.zhuzihan.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
domain: "azure.zhuzihan.com",
|
domain: "azure.zhuzihan.com",
|
||||||
name: "Azure管理后台",
|
name: "Azure管理后台",
|
||||||
@@ -211,13 +204,6 @@ const categories: Category[] = [
|
|||||||
cdn: "无加速",
|
cdn: "无加速",
|
||||||
url: "https://google2.zhuzihan.com",
|
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",
|
domain: "hdy.zhuzihan.com",
|
||||||
name: "狐蒂云-日本管理后台",
|
name: "狐蒂云-日本管理后台",
|
||||||
@@ -351,6 +337,7 @@ function getCdnBadgeStyle(cdn: string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getServerBadgeStyle(server: 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("DigitalOcean")) return "bg-blue-500/20 text-blue-400"
|
||||||
if (server.includes("Azure")) return "bg-sky-500/20 text-sky-400"
|
if (server.includes("Azure")) return "bg-sky-500/20 text-sky-400"
|
||||||
if (server.includes("华为")) return "bg-red-500/20 text-red-400"
|
if (server.includes("华为")) return "bg-red-500/20 text-red-400"
|
||||||
|
|||||||
Reference in New Issue
Block a user