fix: pwa color

This commit is contained in:
hamster1963 2024-12-03 11:18:01 +08:00
parent d258f71beb
commit 0cd78f230f

View File

@ -31,7 +31,7 @@ export const metadata: Metadata = {
appleWebApp: {
capable: true,
title: customTitle || "NezhaDash",
statusBarStyle: "black-translucent",
statusBarStyle: "default",
},
robots: {
index: disableIndex ? false : true,