mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-01-19 01:21:19 +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