update server and CDN for site and add new favicon

#VERCEL_SKIP

Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
This commit is contained in:
v0
2025-12-19 04:50:53 +00:00
parent 467830727d
commit f787dd495c
3 changed files with 6 additions and 19 deletions

View File

@@ -12,21 +12,8 @@ export const metadata: Metadata = {
description: "个人站点导航与管理中心", description: "个人站点导航与管理中心",
generator: "v0.app", generator: "v0.app",
icons: { icons: {
icon: [ icon: "/images/e5-be-ae-e4-bf-a1-e5-9b-be-e7-89-87-20241017130915.jpg",
{ apple: "/images/e5-be-ae-e4-bf-a1-e5-9b-be-e7-89-87-20241017130915.jpg",
url: "/icon-light-32x32.png",
media: "(prefers-color-scheme: light)",
},
{
url: "/icon-dark-32x32.png",
media: "(prefers-color-scheme: dark)",
},
{
url: "/icon.svg",
type: "image/svg+xml",
},
],
apple: "/apple-icon.png",
}, },
} }

View File

@@ -48,8 +48,8 @@ const categories: Category[] = [
{ {
domain: "home.zhuzihan.com", domain: "home.zhuzihan.com",
name: "导航页", name: "导航页",
server: "GitHub Pages", server: "v0 Pages",
cdn: "加速", cdn: "Vercel自带加速",
url: "https://home.zhuzihan.com", url: "https://home.zhuzihan.com",
}, },
], ],
@@ -171,8 +171,8 @@ const categories: Category[] = [
{ {
domain: "yummy.zhuzihan.com", domain: "yummy.zhuzihan.com",
name: "倒计时", name: "倒计时",
server: "GitHub Pages", server: "v0 Pages",
cdn: "加速", cdn: "Vercel自带加速",
url: "https://yummy.zhuzihan.com", url: "https://yummy.zhuzihan.com",
}, },
{ {

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB