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",