mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 00:01:27 +00:00
💥 remove built-in scheduler support
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user