mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 00:31:14 +00:00
完善文档、清理垃圾、添加 Travis CI 配置文件
This commit is contained in:
@ -1,25 +1,28 @@
|
||||
self.$config = {
|
||||
title: 'XiaoKai Bot 文档',
|
||||
home: 'https://raw.githubusercontent.com/CCZU-DEV/xiaokai-bot/master/README.md',
|
||||
repo: 'CCZU-DEV/xiaokai-bot',
|
||||
url: 'https://cczu-dev.github.io/xiaokai-bot',
|
||||
nav: {
|
||||
default: [
|
||||
{
|
||||
title: '首页', path: '/'
|
||||
},
|
||||
{
|
||||
title: '编写插件', type: 'dropdown',
|
||||
items: [
|
||||
{
|
||||
title: '过滤器', path: '/Write_Filter'
|
||||
},
|
||||
{
|
||||
title: '命令', path: '/Write_Command'
|
||||
}
|
||||
title: 'XiaoKai Bot 文档',
|
||||
home: 'https://raw.githubusercontent.com/CCZU-DEV/xiaokai-bot/master/README.md',
|
||||
repo: 'CCZU-DEV/xiaokai-bot',
|
||||
url: 'https://cczu-dev.github.io/xiaokai-bot',
|
||||
nav: {
|
||||
default: [
|
||||
{
|
||||
title: '首页', path: '/'
|
||||
},
|
||||
{
|
||||
title: '编写插件', type: 'dropdown',
|
||||
items: [
|
||||
{
|
||||
title: '过滤器', path: '/Write_Filter'
|
||||
},
|
||||
{
|
||||
title: '命令', path: '/Write_Command'
|
||||
},
|
||||
{
|
||||
title: '自然语言处理器', path: '/Write_NLProcessor'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
plugins: []
|
||||
},
|
||||
plugins: []
|
||||
};
|
||||
|
Reference in New Issue
Block a user