2020-11-01 16:18:57 +08:00
|
|
|
|
---
|
|
|
|
|
name: Plugin Publish
|
|
|
|
|
about: Publish your plugin to nonebot homepage and nb-cli
|
|
|
|
|
title: "Plugin: blabla 的插件"
|
|
|
|
|
labels: Plugin
|
|
|
|
|
assignees: ""
|
2020-11-02 20:20:41 +08:00
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
**你的插件名称:**
|
2020-11-01 16:18:57 +08:00
|
|
|
|
|
2020-11-01 18:21:10 +08:00
|
|
|
|
例:复读机
|
2020-11-01 16:18:57 +08:00
|
|
|
|
|
2020-11-01 18:21:10 +08:00
|
|
|
|
**简短描述插件功能:**
|
2020-11-01 16:18:57 +08:00
|
|
|
|
|
2020-11-01 18:21:10 +08:00
|
|
|
|
例:复读群友的消息
|
2020-11-01 16:18:57 +08:00
|
|
|
|
|
2020-11-01 18:21:10 +08:00
|
|
|
|
**插件 import 使用的名称**
|
2020-11-01 16:18:57 +08:00
|
|
|
|
|
2021-02-11 17:55:57 +08:00
|
|
|
|
nonebot_plugin_example
|
|
|
|
|
|
|
|
|
|
<!-- 或其他合法包名 -->
|
2020-11-01 16:18:57 +08:00
|
|
|
|
|
2020-11-01 18:21:10 +08:00
|
|
|
|
**插件 install 使用的名称**
|
|
|
|
|
|
2021-02-11 17:55:57 +08:00
|
|
|
|
nonebot-plugin-example
|
|
|
|
|
|
|
|
|
|
<!--
|
2020-11-01 18:21:10 +08:00
|
|
|
|
例 1:nonebot-plugin-example
|
|
|
|
|
|
|
|
|
|
通过 pypi 安装
|
|
|
|
|
|
|
|
|
|
> 请事先发布插件到[pypi](https://pypi.org/)
|
|
|
|
|
|
|
|
|
|
例 2:git+https://github.com/nonebot/nonebot-plugin-example
|
|
|
|
|
|
|
|
|
|
从 github 仓库安装
|
2021-02-11 17:55:57 +08:00
|
|
|
|
-->
|
2020-11-01 16:18:57 +08:00
|
|
|
|
|
|
|
|
|
**插件项目仓库/主页链接**
|
|
|
|
|
|
2021-02-11 17:55:57 +08:00
|
|
|
|
nonebot/nonebot2
|
|
|
|
|
|
|
|
|
|
<!-- 默认 github 或其他完整链接,请勿使用 markdown 语法 -->
|