mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 00:31:14 +00:00
Update docs and other details
This commit is contained in:
@ -9,16 +9,25 @@ self.$config = {
|
||||
title: '首页', path: '/'
|
||||
},
|
||||
{
|
||||
title: '编写插件', type: 'dropdown',
|
||||
title: '消息源列表', path: '/Message_Sources'
|
||||
},
|
||||
{
|
||||
title: '开发', type: 'dropdown',
|
||||
items: [
|
||||
{
|
||||
title: '过滤器', path: '/Write_Filter'
|
||||
title: '统一消息上下文', path: '/Context'
|
||||
},
|
||||
{
|
||||
title: '命令', path: '/Write_Command'
|
||||
title: '编写消息源适配器', path: '/Write_Adapter'
|
||||
},
|
||||
{
|
||||
title: '自然语言处理器', path: '/Write_NLProcessor'
|
||||
title: '编写过滤器', path: '/Write_Filter'
|
||||
},
|
||||
{
|
||||
title: '编写命令', path: '/Write_Command'
|
||||
},
|
||||
{
|
||||
title: '编写自然语言处理器', path: '/Write_NLProcessor'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user