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..abdef21 100644 --- a/components/site-navigation.tsx +++ b/components/site-navigation.tsx @@ -157,7 +157,7 @@ const categories: Category[] = [ }, { domain: "qzy.zhuzihan.com", - name: "青瑞云管理后台", + name: "青竹云管理后台", server: "青瑞云", cdn: "无加速", url: "https://qzy.zhuzihan.com", 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