update docs

This commit is contained in:
Richard Chien 2020-04-28 23:10:17 +08:00
parent 23ec6c7108
commit 685f441967
3 changed files with 5 additions and 2 deletions

View File

@ -18,7 +18,7 @@ module.exports = {
],
ga: 'UA-115509121-2',
themeConfig: {
repo: 'richardchien/nonebot',
repo: 'nonebot/nonebot',
docsDir: 'docs',
editLinks: true,
editLinkText: '在 GitHub 上编辑此页',

View File

@ -0,0 +1,3 @@
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "Open Sans", "Helvetica Neue", "Noto Sans CJK SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", sans-serif;
}

View File

@ -10,5 +10,5 @@ features:
details: 精心设计的消息处理流程使得你可以很方便地将原型扩充为具有大量实用功能的完整聊天机器人,并持续保证扩展性。
- title: 高性能
details: 采用异步 I/O利用 WebSocket 进行通信,以获得极高的性能;同时,支持使用多账号同时接入,减少业务宕机的可能。
footer: MIT Licensed | Copyright © 2020 Richard Chien
footer: MIT Licensed | Copyright © 2020 NoneBot Team
---