diff --git a/.gitignore b/.gitignore index f650315..37c2b6f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,4 @@ yarn-error.log* # typescript *.tsbuildinfo -next-env.d.ts \ No newline at end of file +next-env.d.ts diff --git a/README.md b/README.md index 6b3e0c6..c46f209 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +4. Vercel deploys the latest version from this repository diff --git a/components/site-navigation.tsx b/components/site-navigation.tsx index e9e0e04..46fe21a 100644 --- a/components/site-navigation.tsx +++ b/components/site-navigation.tsx @@ -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", - }, ], }, { diff --git a/next.config.mjs b/next.config.mjs index 5501ef9..cd7723a 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -9,4 +9,4 @@ const nextConfig = { } -export default nextConfig \ No newline at end of file +export default nextConfig