Merge pull request #2 from handsomezhuzhu/v0/kdaugh14-4907-a5e6b11d

feat: Enhance site navigation and server infrastructure
This commit is contained in:
vercel[bot]
2026-02-02 08:57:39 +00:00
committed by GitHub
4 changed files with 3 additions and 10 deletions

2
.gitignore vendored
View File

@@ -24,4 +24,4 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
next-env.d.ts

View File

@@ -27,4 +27,4 @@ Continue building your app on:
1. Create and modify your project using [v0.app](https://v0.app)
2. Deploy your chats from the v0 interface
3. Changes are automatically pushed to this repository
4. Vercel deploys the latest version from this repository
4. Vercel deploys the latest version from this repository

View File

@@ -114,13 +114,6 @@ const categories: Category[] = [
cdn: "EdgeOne加速",
url: "https://api-test.zhuzihan.com",
},
{
domain: "health.zhuzihan.com/status/ai",
name: "AI服务状态查询",
server: "青瑞云",
cdn: "ESA加速",
url: "https://health.zhuzihan.com/status/ai",
},
],
},
{

View File

@@ -9,4 +9,4 @@ const nextConfig = {
}
export default nextConfig
export default nextConfig