fix: revert site name to "青竹云管理后台"

Restore site name to match new data comparison.

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
This commit is contained in:
v0
2026-02-02 08:54:38 +00:00
parent 723aa11344
commit 7db48b99aa
4 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@@ -24,4 +24,4 @@ yarn-error.log*
# typescript # typescript
*.tsbuildinfo *.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) 1. Create and modify your project using [v0.app](https://v0.app)
2. Deploy your chats from the v0 interface 2. Deploy your chats from the v0 interface
3. Changes are automatically pushed to this repository 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

@@ -157,7 +157,7 @@ const categories: Category[] = [
}, },
{ {
domain: "qzy.zhuzihan.com", domain: "qzy.zhuzihan.com",
name: "青云管理后台", name: "青云管理后台",
server: "青瑞云", server: "青瑞云",
cdn: "无加速", cdn: "无加速",
url: "https://qzy.zhuzihan.com", url: "https://qzy.zhuzihan.com",

View File

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