koishijs / koishi-plugin-dcqq-relay

使用koishi实现同步Discord与QQ间的消息
Apache License 2.0
45 stars 5 forks source link

QQ发图片在DC侧无法正常显示 #25

Open FeedMincPls opened 7 months ago

FeedMincPls commented 7 months ago

20dc4941-5c6d-453b-979e-40b812b32d28 QQ发送的图片会在DC变成名称为0的文件,后缀改为png会正常显示 QQ发送表情商城的表情则会在DC变成名称为Download的文件

FeedMincPls commented 7 months ago

补充:Windows 10环境,QQNT+LiteLoaderQQNT+LLOneBot

XxLittleCxX commented 7 months ago

可以先进 node_modules/@satorijs/adapter-discord/lib/index.js 搜索 sendEmbed 修改其中的一行为 form.append("file", value, filename + "." + mime.split('/').pop()); 临时用一下