From 3469f53d79340e1c18b43d5c84d703e39d1329a1 Mon Sep 17 00:00:00 2001 From: feie9456 Date: Fri, 17 Apr 2026 13:40:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/layout.tsx | 4 ++-- app/manifest.ts | 4 ++-- public/sw.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index c72ef80..d403bf9 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,7 +16,7 @@ const displayFont = Noto_Serif_SC({ export const metadata: Metadata = { metadataBase: new URL("https://digital-human.xn--876a.net"), - title: "家人连线台", + title: "安智伴 - 家人连线台", description: "随时了解长辈的近况,查看留言、使用动态,给长辈写问候。", manifest: "/manifest.webmanifest", icons: { @@ -44,7 +44,7 @@ export const metadata: Metadata = { appleWebApp: { capable: true, statusBarStyle: "default", - title: "家人连线台", + title: "安智伴 - 家人连线台", }, }; diff --git a/app/manifest.ts b/app/manifest.ts index 9357735..3785dba 100644 --- a/app/manifest.ts +++ b/app/manifest.ts @@ -2,8 +2,8 @@ import type { MetadataRoute } from "next"; export default function manifest(): MetadataRoute.Manifest { return { - name: "家人连线台", - short_name: "家人连线台", + name: "安智伴 - 家人连线台", + short_name: "安智伴 - 家人连线台", description: "随时了解长辈的近况,查看留言、使用动态,给长辈写问候。", start_url: "/", display: "standalone", diff --git a/public/sw.js b/public/sw.js index ce8923e..f404dad 100644 --- a/public/sw.js +++ b/public/sw.js @@ -1,6 +1,6 @@ self.addEventListener("push", (event) => { let data = { - title: "家人连线台", + title: "安智伴 - 家人连线台", body: "收到一条新的家人留言。", url: "/", icon: "/pwa/icon-192x192.png",