no message

This commit is contained in:
小陌 2024-02-24 11:02:41 +08:00
parent 7a30b73bce
commit ca6205e6dc
4 changed files with 5 additions and 6 deletions

View File

@ -10,7 +10,7 @@ import { GoogleTagManager } from "@next/third-parties/google";
const serverConfig = getServerSideConfig();
export const metadata: Metadata = {
title: "NextChat",
title: "GetIngChat",
description: "Your personal ChatGPT Chat Bot.",
viewport: {
width: "device-width",
@ -22,7 +22,7 @@ export const metadata: Metadata = {
{ media: "(prefers-color-scheme: dark)", color: "#151515" },
],
appleWebApp: {
title: "NextChat",
title: "GetIngChat",
statusBarStyle: "default",
},
};

View File

@ -1,4 +1,3 @@
User-agent: *
Disallow: /
User-agent: vitals.vercel-insights.com
Allow: /

View File

@ -1,4 +1,4 @@
const CHATGPT_NEXT_WEB_CACHE = "chatgpt-next-web-cache";
const CHATGPT_NEXT_WEB_CACHE = "chatgpt-gtering-web-cache";
self.addEventListener("activate", function (event) {
console.log("ServiceWorker activated.");

View File

@ -1,6 +1,6 @@
{
"name": "魂牵梦萦 fdafa",
"short_name": "魂牵梦萦 fdafa",
"name": "GterIng",
"short_name": "GterIng",
"icons": [
{
"src": "/android-chrome-192x192.png",