From 4ad84d247f3ef9584c339e715703e12627ba8f70 Mon Sep 17 00:00:00 2001 From: v0 Date: Sat, 10 Jan 2026 03:54:09 +0000 Subject: [PATCH] feat: add new site to "AI & API Services" Include `cpa.zhuzihan.com/management.html` in the category. #VERCEL_SKIP Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com> --- .gitignore | 27 +++++++++++++++++++++++++++ components/site-navigation.tsx | 7 +++++++ 2 files changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f650315 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules + +# next.js +/.next/ +/out/ + +# production +/build + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* +.pnpm-debug.log* + +# env files +.env* + +# vercel +.vercel + +# typescript +*.tsbuildinfo +next-env.d.ts \ No newline at end of file diff --git a/components/site-navigation.tsx b/components/site-navigation.tsx index 9325f49..9f179de 100644 --- a/components/site-navigation.tsx +++ b/components/site-navigation.tsx @@ -93,6 +93,13 @@ const categories: Category[] = [ cdn: "ESA API加速", url: "https://ai-proxy.zhuzihan.com", }, + { + domain: "cpa.zhuzihan.com/management.html", + name: "codex/Gemini cli反代", + server: "狐蒂云-美国", + cdn: "无加速", + url: "https://cpa.zhuzihan.com/management.html", + }, { domain: "crs.zhuzihan.com", name: "Claude轮训",