mirror of
https://github.com/handsomezhuzhu/personal-navigation-site.git
synced 2026-02-20 11:46:55 +00:00
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>
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@@ -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
|
||||
@@ -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轮训",
|
||||
|
||||
Reference in New Issue
Block a user