修改pwa主题色
This commit is contained in:
parent
23f8d42818
commit
4dde861c99
@ -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({
|
||||||
|
|||||||
@ -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: [
|
||||||
|
|||||||
@ -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([
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user