docs: add more features provided by koishi

This commit is contained in:
Shigma 2022-10-08 00:42:13 +08:00
parent 98d395ccb7
commit 115364a193
No known key found for this signature in database
GPG Key ID: 21C89B0B92907E14

View File

@ -2,8 +2,6 @@
[![npm](https://img.shields.io/npm/v/koishi-plugin-novelai?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-novelai) [![npm](https://img.shields.io/npm/v/koishi-plugin-novelai?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-novelai)
**别光看这里了,快去给 [Koishi](https://github.com/koishijs/koishi) 点个 star 吧!**
基于 [NovelAI](https://novelai.net/) 的画图插件。已实现功能: 基于 [NovelAI](https://novelai.net/) 的画图插件。已实现功能:
- [x] 绘制图片 - [x] 绘制图片
@ -15,6 +13,15 @@
- [ ] 图片增强功能 - [ ] 图片增强功能
- [ ] img2img - [ ] img2img
得益于 Koishi 的插件化机制,只需配合其他插件即可轻松实现:
- 多平台支持 (QQ、Discord、Telegram、开黑啦等)
- 速率限制 (限制每个用户每天可以调用的次数和每次调用的间隔)
- 上下文管理 (限制在哪些群聊中哪些用户可以访问)
- 多语言支持 (为使用不同语言的用户提供对应的回复)
**所以所以快去给 [Koishi](https://github.com/koishijs/koishi) 点个 star 吧!**
## 快速搭建 ## 快速搭建
给没有使用过 Koishi 的新人提供一份简单的快速搭建指南: 给没有使用过 Koishi 的新人提供一份简单的快速搭建指南: