diff --git a/README.md b/README.md index c7c6245..bdfd826 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ 基于 [Kritor](https://github.com/KarinJS/kritor-kotlin) 标准进行开发的 [nodejs](https://nodejs.org/en) 机器人框架 -> 本项目正在开发中,不建议用于生产环境 +> 本项目正在开发中,现阶段我并不能为你解决任何问题,谨慎使用。 +> 此项目不想成为、代替任何项目,也没有这个能力,请别造谣。 +> ~~不欢迎某些人,勿扰谢谢(ps: )~~ --- @@ -19,21 +21,18 @@ - [x] 支持被动ws - [ ] 支持onebot HTTP - [x] 支持[onebots](https://github.com/lc-cn/onebots) -- [x] ~~puppeteer渲染图片~~ - [x] 外置[puppeteer](https://github.com/KarinJS/karin-plugin-puppeteer) -- [ ] 降低对`redis`的依赖 -- [ ] 支持 package.karin -- [ ] 支持db通用接口 -- [ ] 支持动态加载插件 +- [x] 降低对`redis`的依赖,开始逐渐抛弃redis +- [x] 支持 package.karin +- [ ] ~~支持db通用接口~~ +- [ ] ~~支持动态加载插件~~ - [x] 支持`redis`集群 -> 关于`puppeteer`,由于内置的chrome过于臃肿,将会移除内置的pupppeteer,分开搭建或使用远程、作为插件等方式使用puppeteer。 -> [karin-puppeteer](https://github.com/KarinJS/karin-puppeteer) - ### 感谢 Karin的开发离不开以下项目的帮助: +- [icqqjs](https://github.com/icqqjs) - [Kritor](https://github.com/KarinJS/kritor) Kritor标准 - [OpenShamrock](https://github.com/whitechi73/OpenShamrock) Kritor标准Kotlin的实现 - [onebots](https://github.com/lc-cn/onebots) onebots适配器 @@ -47,7 +46,6 @@ QQGroup: 967068507 Discord: [☘Karin的喵趴~](https://discord.com/channels/1251552521957408878/1251552521957408881) - ### 贡献者 > 🌟星光闪烁,你们的智慧如同璀璨的夜空。感谢所有为**Karin**做出贡献的人! diff --git a/src/utils/common.ts b/src/utils/common.ts index ff3c922..91e83d8 100644 --- a/src/utils/common.ts +++ b/src/utils/common.ts @@ -369,8 +369,8 @@ export const common = new (class Common { /** * 制作简单转发,返回segment.node[]。仅简单包装node,也可以自己组装 * @param elements - * @param fakeUin 用户id - * @param fakeNick 用户昵称 + * @param fakeUin 转发用户的QQ号 必填 + * @param fakeNick 转发用户显示的昵称 必填 */ makeForward (elements: KarinElement | KarinElement[], fakeUin: string, fakeNick: string): Array { if (!Array.isArray(elements)) elements = [elements]