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

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