mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-22 02:24:44 +08:00
feat: dark mode theme color
This commit is contained in:
@@ -12,6 +12,10 @@ export const metadata: Metadata = {
|
||||
title: 'MoonTV',
|
||||
description: '影视聚合',
|
||||
manifest: '/manifest.json',
|
||||
themeColor: [
|
||||
{ media: '(prefers-color-scheme: light)', color: '#f9fbfe' },
|
||||
{ media: '(prefers-color-scheme: dark)', color: '#0C111C' },
|
||||
],
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user