🔖 release 2.0.0a6

This commit is contained in:
yanyongyu 2020-11-22 03:05:28 +08:00
parent b5b8ff165c
commit 1affeb8e20
2 changed files with 34 additions and 2 deletions

View File

@ -2,7 +2,34 @@
* @Author : yanyongyu
* @Date : 2020-11-22 01:19:19
* @LastEditors : yanyongyu
* @LastEditTime : 2020-11-22 01:19:20
* @LastEditTime : 2020-11-22 02:51:14
* @Description : None
* @GitHub : https://github.com/yanyongyu
-->
<p align="center">
<a href="https://v2.nonebot.dev/"><img src="https://raw.githubusercontent.com/nonebot/nonebot2/master/docs/.vuepress/public/logo.png" width="200" height="200" alt="nonebot"></a>
</p>
<div align="center">
# nonebot-plugin-docs
_✨ NoneBot 本地文档插件 ✨_
</div>
<p align="center">
<a href="https://raw.githubusercontent.com/yanyongyu/nonebot2/master/LICENSE">
<img src="https://img.shields.io/github/license/yanyongyu/nonebot2.svg" alt="license">
</a>
<a href="https://pypi.python.org/pypi/nonebot-plugin-docs">
<img src="https://img.shields.io/pypi/v/nonebot-plugin-docs.svg" alt="pypi">
</a>
<img src="https://img.shields.io/badge/python-3.7+-blue.svg" alt="python">
</p>
## 使用方式
加载插件并启动 Bot ,在浏览器内打开 `http://host:port/docs/`
具体网址会在控制台内输出。

View File

@ -1,10 +1,15 @@
[tool.poetry]
name = "nonebot-plugin-docs"
version = "0.1.0"
version = "2.0.0-alpha.6"
description = "View NoneBot2 Docs Locally"
authors = ["yanyongyu <yanyongyu_1@126.com>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/yanyongyu/nonebot2/blob/master/packages/nonebot-plugin-docs"
repository = "https://github.com/yanyongyu/nonebot2"
keywords = ["nonebot", "nonebot2", "docs"]
include = ["nonebot_plugin_docs/dist/**/*"]
[tool.poetry.dependencies]
python = "^3.7"