forked from XiaoMo/ChatGPT-Next-Web
fix: #203 pwa installation problem
This commit is contained in:
parent
e248e9196a
commit
16028795f9
@ -11,3 +11,5 @@ self.addEventListener("install", function (event) {
|
|||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
self.addEventListener("fetch", (e) => {});
|
||||||
|
Loading…
Reference in New Issue
Block a user