修改pwa主题色
This commit is contained in:
parent
23f8d42818
commit
4dde861c99
@ -38,7 +38,7 @@ export const metadata: Metadata = {
|
||||
};
|
||||
|
||||
export const viewport: Viewport = {
|
||||
themeColor: "#35548d",
|
||||
themeColor: "#FBFAF6",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@ -8,7 +8,7 @@ export default function manifest(): MetadataRoute.Manifest {
|
||||
start_url: "/",
|
||||
display: "standalone",
|
||||
background_color: "#f6eee1",
|
||||
theme_color: "#35548d",
|
||||
theme_color: "#FBFAF6",
|
||||
lang: "zh-CN",
|
||||
categories: ["utilities", "lifestyle", "health"],
|
||||
icons: [
|
||||
|
||||
@ -42,7 +42,7 @@ async function writeMaskablePng(size, outputPath) {
|
||||
width: size,
|
||||
height: size,
|
||||
channels: 4,
|
||||
background: "#35548d",
|
||||
background: "#FBFAF6",
|
||||
},
|
||||
})
|
||||
.composite([
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user