Browse Source

no message

Ryuiso 1 year ago
parent
commit
50e74c071a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/layout.tsx

+ 3 - 3
app/layout.tsx

@@ -10,10 +10,10 @@ import { GoogleTagManager } from "@next/third-parties/google";
 const serverConfig = getServerSideConfig();
 
 export const metadata: Metadata = {
-  title: "智能助理",
-  description: "Your personal ChatGPT Chat Bot.",
+  title: "建科招聘智能助理",
+  description: "",
   appleWebApp: {
-    title: "NextChat",
+    title: "建科招聘智能助理",
     statusBarStyle: "default",
   },
 };