heibaidushi
Results
2
issues of
heibaidushi
``` bot.on('scan', onScan) bot.on('login', onLogin) bot.on('logout', onLogout) bot.on('message', onMessage) //设置群聊邀请 bot.on('room-invite', async roomInvitation => { const topic = await roomInvitation.topic() //群聊名 const inviter = await roomInvitation.inviter() //邀请者 const name =...
question
## 功能描述 工具栏自定义换行, 通过配置一个工具栏的key使其强制换行。(例:第一行只显示上传图片、上传视频两栏,其他都在第二行)。 虽然能通过创建两个工具栏来解决,但总觉得有点麻烦了,希望一个工具栏的配置就能解决。 卑微的建议~~~
功能优化