房木可
房木可
> 是把 gif 当作文件发送吗? 是的 我这样设置之后,收到的是一张图片 而非表情动图 
使用以下代码使emoticon正常工作。 ``` const emoticonPayload: EmojiMessagePayload = { "cdnurl": "", "md5": "", "len": , "type": 2, "width": , "height": , } const emoticon: FileBox = await FileBox.fromUrl(emoticonPayload.cdnurl) emoticon.mimeType = "emoticon"; emoticon.metadata...
hello,可能我最近在做的一个项目[天梯](https://github.com/fangmuke/wechat-room-tianti)符合你的一些需求,目前使用JavaScript,但我想之后可能会移植到Go,你的一些想法也给了我灵感,感谢!至于你的那个question,解应该是使用room.alias(contact),需要注意的是在使用之前应当使用room.sync()同步最新群组数据,否则可能出现获取群昵称错误。
可以从数据库查出来使用pluck,然后使用using。
其实可以选择使用web ui,使用React/Vue编写,可以通过引入electron打包桌面端,也可以打包网页端,网页端可以和服务端一起打包进docker image上传hub一键启动,个人认为会比较方便。
> > 看你提交日期写的是2023年2月8日,可能你的问题早已解决。我近期也遇到此问题,我是这样解决的: 删除md-install中的346行到 exit 0 前面一行的代码,然后重新sudo ./md-install就ok了 > >  Build input files cannot be found: '/usr/lib/libc++.dylib', '/usr/lib/libstdc++.dylib'. Did you forget to declare these files as outputs of any...
> $ npm init electron-app@latest my-app -- --template=vite-typescript By building a new project with the above commands and executing `npx electron-forge make --arch='universal'`, the same error occurred. After building `arm64`...