mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-07 23:14:54 +08:00
fix: #203 pwa installation problem
This commit is contained in:
@@ -11,3 +11,5 @@ self.addEventListener("install", function (event) {
|
||||
}),
|
||||
);
|
||||
});
|
||||
|
||||
self.addEventListener("fetch", (e) => {});
|
||||
|
Reference in New Issue
Block a user