mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-31 23:16:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			860 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			860 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| <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/nonebot/nonebot2/master/LICENSE">
 | |
|     <img src="https://img.shields.io/github/license/nonebot/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/`。
 | |
| 
 | |
| 具体网址会在控制台内输出。
 |