mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
update docs
This commit is contained in:
parent
23ec6c7108
commit
685f441967
@ -18,7 +18,7 @@ module.exports = {
|
||||
],
|
||||
ga: 'UA-115509121-2',
|
||||
themeConfig: {
|
||||
repo: 'richardchien/nonebot',
|
||||
repo: 'nonebot/nonebot',
|
||||
docsDir: 'docs',
|
||||
editLinks: true,
|
||||
editLinkText: '在 GitHub 上编辑此页',
|
||||
|
3
docs/.vuepress/style.styl
Normal file
3
docs/.vuepress/style.styl
Normal 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;
|
||||
}
|
@ -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
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user