chrononeko / bugtracker

Chrononeko Bugtracker
0 stars 0 forks source link

功能请求:quote 消息 #8

Closed idranme closed 7 months ago

idranme commented 1 year ago

https://koishi.chat/zh-CN/api/message/elements.html#%E5%BC%95%E7%94%A8

Hieuzest commented 1 year ago

此功能在core上已经实现,只需相关适配器适配

judgeou commented 1 year ago

感觉不难,我直接进 node_modules\@chronocat\koishi-plugin-adapter\lib\messager.js 加了个 case 就行

case 'quote': {
    this.children.push(red_1.r.reply(attrs['id'], attrs['id']))
}
ilharp commented 7 months ago

v0.0.55 支持了 quote 元素的收发,v0.0.66 添加了 quote 元素内的 author 信息、内容和转发支持。