read_notification通知を閉じるのを1秒程度に

This commit is contained in:
tamaina 2021-04-24 01:13:55 +09:00
parent 87589ee420
commit d0c973d842
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ self.addEventListener('push', ev => {
) { ) {
n.close(); n.close();
} }
}, 500); }, 1000);
})); }));
}); });
//#endregion //#endregion