mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 00:31:14 +00:00
🔀 Merge back branch master
This commit is contained in:
@ -22,6 +22,8 @@ const config = {
|
||||
"zh-Hans": { label: "简体中文" },
|
||||
},
|
||||
},
|
||||
|
||||
scripts: ["/unregister-sw.js"],
|
||||
|
||||
presets: [
|
||||
[
|
||||
@ -149,7 +151,8 @@ const config = {
|
||||
darkTheme: darkCodeTheme,
|
||||
},
|
||||
algolia: {
|
||||
apiKey: "ef449608d0ad6e81b9efd05db6367040",
|
||||
appId: "X0X5UACHZQ",
|
||||
apiKey: "ac03e1ac2bd0812e2ea38c0cc1ea38c5",
|
||||
indexName: "nonebot",
|
||||
contextualSearch: true,
|
||||
// searchParameters: {
|
||||
|
@ -792,5 +792,50 @@
|
||||
"homepage": "https://github.com/MeetWq/nonebot-plugin-memes",
|
||||
"tags": [],
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
"module_name": "nonebot_plugin_repeater",
|
||||
"project_link": "nonebot-plugin-repeater",
|
||||
"name": "群聊复读机",
|
||||
"desc": "谁不喜欢+1呢?",
|
||||
"author": "ninthseason",
|
||||
"homepage": "https://github.com/ninthseason/nonebot-plugin-repeater",
|
||||
"tags": [],
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
"module_name": "nonebot_plugin_PCtrl",
|
||||
"project_link": "nonebot-plugin-pctrl",
|
||||
"name": "插件管理器",
|
||||
"desc": "基于HOOK的插件管理器,提供常用功能",
|
||||
"author": "CherryGS",
|
||||
"homepage": "https://github.com/CherryGS/nonebot_plugin_PCtrl",
|
||||
"tags": [],
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
"module_name": "nonebot_plugin_directlinker",
|
||||
"project_link": "nonebot-plugin-directlinker",
|
||||
"name": "群文件直链提取器",
|
||||
"desc": "提取群文件的下载直链。",
|
||||
"author": "ninthseason",
|
||||
"homepage": "https://github.com/ninthseason/nonebot-plugin-directlinker",
|
||||
"tags": [
|
||||
{
|
||||
"label": "a:cqhttp",
|
||||
"color": "#ea5252"
|
||||
}
|
||||
],
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
"module_name": "nonebot_plugin_forwarder",
|
||||
"project_link": "nonebot-plugin-forwarder",
|
||||
"name": "转发姬",
|
||||
"desc": "群聊消息实时转发",
|
||||
"author": "ninthseason",
|
||||
"homepage": "https://github.com/ninthseason/nonebot_plugin_forwarder",
|
||||
"tags": [],
|
||||
"is_official": false
|
||||
}
|
||||
]
|
||||
]
|
1
website/static/unregister-sw.js
Normal file
1
website/static/unregister-sw.js
Normal file
@ -0,0 +1 @@
|
||||
navigator.serviceWorker.getRegistrations().then(function(e){for(var r,i=e,t=Array.isArray(i),a=0,i=t?i:i[Symbol.iterator]();;){if(t){if(a>=i.length)break;r=i[a++]}else{if((a=i.next()).done)break;r=a.value}r.unregister()}});
|
Reference in New Issue
Block a user