feat: different theme color

This commit is contained in:
shinya
2025-06-25 21:54:04 +08:00
parent a18e5d4b84
commit 9e5fa818e7
3 changed files with 419 additions and 402 deletions

View File

@@ -11,7 +11,6 @@ export const metadata: Metadata = {
title: 'MoonTV',
description: '影视聚合',
manifest: '/manifest.json',
themeColor: '#0f172a',
};
export default function RootLayout({
@@ -21,6 +20,9 @@ export default function RootLayout({
}) {
return (
<html lang='zh-CN'>
<head>
<meta name='theme-color' content='#ffffffb3' />
</head>
<body className={`${inter.className} min-h-screen text-gray-900`}>
<AuthProvider>{children}</AuthProvider>
</body>