修改pwa主题色

This commit is contained in:
feie9456 2026-04-18 12:12:16 +08:00
parent 23f8d42818
commit 4dde861c99
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ export const metadata: Metadata = {
}; };
export const viewport: Viewport = { export const viewport: Viewport = {
themeColor: "#35548d", themeColor: "#FBFAF6",
}; };
export default function RootLayout({ export default function RootLayout({

View File

@ -8,7 +8,7 @@ export default function manifest(): MetadataRoute.Manifest {
start_url: "/", start_url: "/",
display: "standalone", display: "standalone",
background_color: "#f6eee1", background_color: "#f6eee1",
theme_color: "#35548d", theme_color: "#FBFAF6",
lang: "zh-CN", lang: "zh-CN",
categories: ["utilities", "lifestyle", "health"], categories: ["utilities", "lifestyle", "health"],
icons: [ icons: [

View File

@ -42,7 +42,7 @@ async function writeMaskablePng(size, outputPath) {
width: size, width: size,
height: size, height: size,
channels: 4, channels: 4,
background: "#35548d", background: "#FBFAF6",
}, },
}) })
.composite([ .composite([