mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
Update serviceWorker.js
This commit is contained in:
parent
d2783e6413
commit
5072d5a83e
@ -11,3 +11,4 @@ self.addEventListener("install", function (event) {
|
|||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
self.addEventListener("fetch", (e) => {});
|
||||||
|
Loading…
Reference in New Issue
Block a user