📝 Docs: 升级新版 NonePress 主题 (#2375)

This commit is contained in:
Ju4tCode
2023-09-27 16:00:26 +08:00
committed by GitHub
parent 7754f6da1d
commit 842c6ff4c6
234 changed files with 8759 additions and 5887 deletions

View File

@ -3,7 +3,7 @@
"short_name": "NoneBot",
"background-color": "#ffffff",
"theme-color": "#ea5252",
"description": "跨平台 Python 异步 QQ 机器人框架",
"description": "跨平台 Python 异步聊天机器人框架",
"display": "standalone",
"icons": [
{

View File

@ -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 () {