This commit is contained in:
@ -4,8 +4,8 @@
|
||||
"lang": "zh-CN",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"theme_color": "#2A2734",
|
||||
"background_color": "#FBDBC4",
|
||||
"theme_color": "#00bdff",
|
||||
"background_color": "#121212",
|
||||
"icons": [
|
||||
{
|
||||
"src": "./maskable.png",
|
||||
|
@ -6,7 +6,7 @@ self.addEventListener("install", (e) => {
|
||||
if (workbox) {
|
||||
workbox.core.setCacheNameDetails({
|
||||
prefix: "home-app",
|
||||
suffix: "0.0.3",
|
||||
suffix: "0.0.4",
|
||||
precache: "precache",
|
||||
runtime: "runtime",
|
||||
});
|
||||
|
Reference in New Issue
Block a user