mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-17 03:20:54 +00:00
📝 Docs: 升级新版 NonePress 主题 (#2375)
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
"short_name": "NoneBot",
|
||||
"background-color": "#ffffff",
|
||||
"theme-color": "#ea5252",
|
||||
"description": "跨平台 Python 异步 QQ 机器人框架",
|
||||
"description": "跨平台 Python 异步聊天机器人框架",
|
||||
"display": "standalone",
|
||||
"icons": [
|
||||
{
|
||||
|
@ -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