Update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-02 01:03:45 +08:00
parent cba791e5c8
commit 0e3084b275
5 changed files with 210 additions and 257 deletions

View File

@ -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",

View File

@ -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",
});