mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 07:36:39 +08:00
fix: #203 pwa installation problem
This commit is contained in:
parent
1e85ea75b6
commit
04c65782d9
@ -11,3 +11,5 @@ self.addEventListener("install", function (event) {
|
|||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
self.addEventListener("fetch", (e) => {});
|
||||||
|
Loading…
Reference in New Issue
Block a user