mirror of
https://github.com/joeseesun/wechat-radar.git
synced 2026-09-11 13:38:30 +09:00
Publish updated WeChat Radar
This commit is contained in:
+6
-4
@@ -2,8 +2,8 @@ import type { Metadata } from "next";
|
||||
import "./globals.css";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "微信雷达",
|
||||
description: "本地优先的微信群聊情报看板",
|
||||
title: "WeChat Radar",
|
||||
description: "Local-first WeChat group intelligence dashboard",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -12,8 +12,10 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
return (
|
||||
<html lang="zh-CN" className="h-full">
|
||||
<body className="min-h-full">{children}</body>
|
||||
<html lang="zh-CN" className="h-full" suppressHydrationWarning>
|
||||
<body className="min-h-full">
|
||||
{children}
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user