feat: Add GitHub link float menu button

This commit is contained in:
beilunyang
2025-02-17 23:22:39 +08:00
parent f4c7964a4d
commit 821a32aa4b
2 changed files with 41 additions and 0 deletions
+2
View File
@@ -5,6 +5,7 @@ import type { Metadata, Viewport } from "next"
import { zpix } from "./fonts"
import "./globals.css"
import { Providers } from "./providers"
import { FloatMenu } from "@/components/float-menu"
export const metadata: Metadata = {
title: "MoeMail - 萌萌哒临时邮箱服务",
@@ -98,6 +99,7 @@ export default function RootLayout({
{children}
</Providers>
<Toaster />
<FloatMenu />
</ThemeProvider>
</body>
</html>