Skip to content

Commit

Permalink
fix: 修改构建转发描述
Browse files Browse the repository at this point in the history
  • Loading branch information
CakmLexi committed Jul 13, 2024
1 parent 2048eae commit fbed1a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

基于 [Kritor](https://github.com/KarinJS/kritor-kotlin) 标准进行开发的 [nodejs](https://nodejs.org/en) 机器人框架

> 本项目正在开发中,不建议用于生产环境
> 本项目正在开发中,现阶段我并不能为你解决任何问题,谨慎使用。
> 此项目不想成为、代替任何项目,也没有这个能力,请别造谣。
> ~~不欢迎某些人,勿扰谢谢(ps: )~~
---

Expand All @@ -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适配器
Expand All @@ -47,7 +46,6 @@ QQGroup: 967068507

Discord: [☘Karin的喵趴~](https://discord.com/channels/1251552521957408878/1251552521957408881)


### 贡献者

> 🌟星光闪烁,你们的智慧如同璀璨的夜空。感谢所有为**Karin**做出贡献的人!
Expand Down
4 changes: 2 additions & 2 deletions src/utils/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<NodeElement> {
if (!Array.isArray(elements)) elements = [elements]
Expand Down

0 comments on commit fbed1a7

Please sign in to comment.