-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
72 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# 插件 | ||
|
||
- [@nonebot/biliav](https://github.com/knva/nonebot_plugin_biliav):biliav 小程序转换器 | ||
::: tip | ||
下列所有二次分发的 NoneBot 插件都使用插件原本的许可证发布。 | ||
::: | ||
|
||
- [abbrreply](https://github.com/anlen123/nonebot_plugin_abbrreply):缩写查询器 | ||
- [acc-calculate](https://github.com/ohdmire/nonebot-plugin-acc-calculate):malody 段位计算单曲 acc | ||
- [analysis-bilibili](https://github.com/mengshouer/nonebot_plugin_analysis_bilibili):bilibili 视频、番剧解析插件 | ||
- [biliav](https://github.com/knva/nonebot_plugin_biliav):biliav 小程序转换器 | ||
- [code](https://github.com/yzyyz1387/nonebot_plugin_code):在线运行代码 | ||
- [gscode](https://github.com/monsterxcn/nonebot-plugin-gscode):查询原神前瞻直播兑换码 | ||
- [person](https://github.com/jcjrobert/nonebot-plugin-person):随个群友当幸运观众 | ||
- [warframe](https://github.com/17TheWord/nonebot-plugin-warframe):星际战甲事件查询插件 | ||
- [weather-lite](https://github.com/zjkwdy/nonebot_plugin_weather_lite):使用 wttr.in 的天气查询 | ||
- [ygo](https://github.com/anlen123/nonebot_plugin_ygo):游戏王卡查插件 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<div align="center"> | ||
<a href="https://koishi.chat/" target="_blank"> | ||
<img width="160" src="https://nonebot.koishi.chat/logo.png" alt="logo"> | ||
</a> | ||
<h1 id="koishi"><a href="https://nonebot.koishi.chat/" target="_blank">koishi-plugin-nonebot</a></h1> | ||
|
||
无需安装 Python,在 Koishi 中加载 NoneBot 插件! | ||
|
||
[![downloads](https://img.shields.io/npm/dm/koishi-plugin-nonebot?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-nonebot) | ||
[![npm](https://img.shields.io/npm/v/koishi-plugin-nonebot?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-nonebot) | ||
[![GitHub](https://img.shields.io/github/license/nonebotjs/koishi-plugin-nonebot?style=flat-square)](https://github.com/nonebotjs/koishi-plugin-nonebot/blob/main/LICENSE) | ||
|
||
</div> | ||
|
||
- **纯原生**:原生 Koishi.js 实现 NoneBot,无需 Python 环境即可运行。 | ||
- **更易用**:告别命令行,告别编辑文件。全流程 UI 操作,一键安装、在线配置。 | ||
- **更强大**:NoneBot 不支持的适配器,接入 Koishi 即可轻松实现! | ||
|
||
## 插件 | ||
|
||
koishi-plugin-nonebot 团队维护一份 NoneBot 商店的子集并发布到 Koishi 的插件市场中。你可以在插件市场中搜索 `nonebot` 来找到它们。后续还会不定期更新此列表。 | ||
|
||
> 下列所有二次分发的 NoneBot 插件都使用插件原本的许可证发布。 | ||
- [abbrreply](https://github.com/anlen123/nonebot_plugin_abbrreply):缩写查询器 | ||
- [acc-calculate](https://github.com/ohdmire/nonebot-plugin-acc-calculate):malody 段位计算单曲 acc | ||
- [analysis-bilibili](https://github.com/mengshouer/nonebot_plugin_analysis_bilibili):bilibili 视频、番剧解析插件 | ||
- [biliav](https://github.com/knva/nonebot_plugin_biliav):biliav 小程序转换器 | ||
- [code](https://github.com/yzyyz1387/nonebot_plugin_code):在线运行代码 | ||
- [gscode](https://github.com/monsterxcn/nonebot-plugin-gscode):查询原神前瞻直播兑换码 | ||
- [person](https://github.com/jcjrobert/nonebot-plugin-person):随个群友当幸运观众 | ||
- [warframe](https://github.com/17TheWord/nonebot-plugin-warframe):星际战甲事件查询插件 | ||
- [weather-lite](https://github.com/zjkwdy/nonebot_plugin_weather_lite):使用 wttr.in 的天气查询 | ||
- [ygo](https://github.com/anlen123/nonebot_plugin_ygo):游戏王卡查插件 | ||
|
||
## 致谢 | ||
|
||
此插件基于以下项目实现,快去给它们点个 star 吧! | ||
|
||
- [Koishi](https://github.com/koishijs/koishi) | ||
- [NoneBot](https://github.com/nonebot/nonebot2) | ||
- [Pyodide](https://github.com/pyodide/pyodide) | ||
|
||
## 许可证 | ||
|
||
koishi-plugin-nonebot 本身使用 [MIT](https://github.com/nonebotjs/koishi-plugin-nonebot/blob/main/LICENSE) 许可证发布。 | ||
|
||
``` | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS | ||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR | ||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | ||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
``` | ||
|
||
所有由本仓库二次分发的 NoneBot 插件都使用插件原本的许可证发布。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
./packages/nonebot/readme.md |