mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 12:57:25 +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