mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-16 19:11:00 +00:00
📝 Docs: 升级新版 NonePress 主题 (#2375)
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
self.addEventListener("install", function (e) {
|
||||
self.addEventListener("install", function () {
|
||||
self.skipWaiting();
|
||||
});
|
||||
|
||||
self.addEventListener("activate", function (e) {
|
||||
self.addEventListener("activate", function () {
|
||||
self.registration
|
||||
.unregister()
|
||||
.then(function () {
|
||||
|
Reference in New Issue
Block a user