From 7db48b99aa972fee8c73829236b4d79c152eddfc Mon Sep 17 00:00:00 2001 From: v0 Date: Mon, 2 Feb 2026 08:54:38 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20revert=20site=20name=20to=20"=E9=9D=92?= =?UTF-8?q?=E7=AB=B9=E4=BA=91=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restore site name to match new data comparison. Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com> --- .gitignore | 2 +- README.md | 2 +- components/site-navigation.tsx | 2 +- next.config.mjs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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