💥 remove built-in scheduler support

This commit is contained in:
yanyongyu
2020-12-01 10:28:03 +08:00
parent e931b535f1
commit 38d502f7f5
11 changed files with 65 additions and 269 deletions

View File

@ -130,9 +130,7 @@ module.exports = context => ({
title: "发布",
collapsable: false,
sidebar: "auto",
children: [
"publish-plugin"
]
children: ["publish-plugin"]
}
],
"/api/": [
@ -169,10 +167,6 @@ module.exports = context => ({
title: "nonebot.permission 模块",
path: "permission"
},
{
title: "nonebot.sched 模块",
path: "sched"
},
{
title: "nonebot.log 模块",
path: "log"