6 Commits

Author SHA1 Message Date
vercel[bot]
ad0abc5800 Merge pull request #11 from handsomezhuzhu/v0/kdaugh14-4907-aede18d4
Redesign navigation and update server configurations
2026-04-03 11:40:15 +00:00
v0
5ad42614c0 fix: update CDN for load.zhuzihan.com and remove codex.zhuzihan.com
Change CDN to "无加速" and delete non-existent site.

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-04-03 11:14:50 +00:00
vercel[bot]
d4cdb35617 Merge pull request #10 from handsomezhuzhu/v0/kdaugh14-4907-4c7301b1
Redesign navigation and update AI API proxy server locations
2026-03-28 14:40:53 +00:00
v0
e9cf2cf26a fix: update server locations for zhuzihan.com domains
Update 'load.zhuzihan.com' to FoxCloud US-2 and 'api.zhuzihan.com' to Oracle.

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-03-28 14:37:33 +00:00
vercel[bot]
b71c5a4a03 Merge pull request #9 from handsomezhuzhu/v0/kdaugh14-4907-6d4bcb50
Redesign navigation and update AI API proxy servers
2026-03-25 16:35:24 +00:00
v0
65a4ce94eb fix: update server from Qingrui Cloud to Oracle for ai.zzhdsgsss.xyz and apitool.zzhdsgsss.xyz
Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
2026-03-25 16:33:04 +00:00

View File

@@ -61,15 +61,15 @@ const categories: Category[] = [
{
domain: "api.zhuzihan.com",
name: "New-API",
server: "狐蒂云-日本",
server: "Oracle",
cdn: "无加速",
url: "https://api.zhuzihan.com",
},
{
domain: "load.zhuzihan.com",
name: "GPT-Load",
server: "狐蒂云-日本",
cdn: "EdgeOne加速",
server: "狐蒂云-美国-2",
cdn: "加速",
url: "https://load.zhuzihan.com",
},
{
@@ -100,24 +100,17 @@ const categories: Category[] = [
cdn: "无加速",
url: "https://git.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: "青瑞云",
server: "Oracle",
cdn: "CloudFlare加速",
url: "https://ai.zzhdsgsss.xyz",
},
{
domain: "apitool.zzhdsgsss.xyz",
name: "LINUXDO公益New-API监控",
server: "青瑞云",
server: "Oracle",
cdn: "CloudFlare加速",
url: "https://apitool.zzhdsgsss.xyz",
},