update
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-08 07:42:58 +09:00
parent 12ab17e241
commit 22a52b0e17
8 changed files with 439 additions and 394 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB

+1 -1
View File
@@ -6,7 +6,7 @@ self.addEventListener("install", (e) => {
if (workbox) {
workbox.core.setCacheNameDetails({
prefix: "home-app",
suffix: "0.0.4",
suffix: "0.0.5",
precache: "precache",
runtime: "runtime",
});