Update README

This commit is contained in:
ayayaneru 2020-10-28 10:01:33 +08:00
parent c85e50d73d
commit 38469611a4
2 changed files with 26 additions and 26 deletions

View File

@ -4,46 +4,46 @@
* **模块索引**
* [nonebot](nonebot.html)
* [nonebot](nonebot.md)
* [nonebot.config](config.html)
* [nonebot.config](config.md)
* [nonebot.plugin](plugin.html)
* [nonebot.plugin](plugin.md)
* [nonebot.matcher](matcher.html)
* [nonebot.matcher](matcher.md)
* [nonebot.rule](rule.html)
* [nonebot.rule](rule.md)
* [nonebot.permission](permission.html)
* [nonebot.permission](permission.md)
* [nonebot.sched](sched.html)
* [nonebot.sched](sched.md)
* [nonebot.log](log.html)
* [nonebot.log](log.md)
* [nonebot.utils](utils.html)
* [nonebot.utils](utils.md)
* [nonebot.typing](typing.html)
* [nonebot.typing](typing.md)
* [nonebot.exception](exception.html)
* [nonebot.exception](exception.md)
* [nonebot.drivers](drivers/)
* [nonebot.drivers.fastapi](drivers/fastapi.html)
* [nonebot.drivers.fastapi](drivers/fastapi.md)
* [nonebot.adapters](adapters/)
* [nonebot.adapters.cqhttp](adapters/cqhttp.html)
* [nonebot.adapters.cqhttp](adapters/cqhttp.md)

View File

@ -2,18 +2,18 @@ NoneBot Api Reference
=====================
:模块索引:
- `nonebot <nonebot.html>`_
- `nonebot.config <config.html>`_
- `nonebot.plugin <plugin.html>`_
- `nonebot.matcher <matcher.html>`_
- `nonebot.rule <rule.html>`_
- `nonebot.permission <permission.html>`_
- `nonebot.sched <sched.html>`_
- `nonebot.log <log.html>`_
- `nonebot.utils <utils.html>`_
- `nonebot.typing <typing.html>`_
- `nonebot.exception <exception.html>`_
- `nonebot <nonebot.rst>`_
- `nonebot.config <config.rst>`_
- `nonebot.plugin <plugin.rst>`_
- `nonebot.matcher <matcher.rst>`_
- `nonebot.rule <rule.rst>`_
- `nonebot.permission <permission.rst>`_
- `nonebot.sched <sched.rst>`_
- `nonebot.log <log.rst>`_
- `nonebot.utils <utils.rst>`_
- `nonebot.typing <typing.rst>`_
- `nonebot.exception <exception.rst>`_
- `nonebot.drivers <drivers/>`_
- `nonebot.drivers.fastapi <drivers/fastapi.html>`_
- `nonebot.drivers.fastapi <drivers/fastapi.rst>`_
- `nonebot.adapters <adapters/>`_
- `nonebot.adapters.cqhttp <adapters/cqhttp.html>`_
- `nonebot.adapters.cqhttp <adapters/cqhttp.rst>`_