Rurityan
Rurityan
建议在配置文件`SG.SCTimeTableBotConfig.yml`中增加一个修改当前学年和学期的条目。
能否添加对`gpt-4-vision-preview`的支持?
添加对动画帧速率调节的支持
因为众所周知的事情,现在mirai需要[Overflow](https://github.com/MrXiaoM/Overflow) 的支持,而[Overflow](https://github.com/MrXiaoM/Overflow) 似乎不支持类似于`voiceId`、`imageId`、`videoId`这样的参数。 好在`Image`和`Voice`支持base64或者url,问题得以解决,但是似乎`ShortVideo`不行? https://github.com/project-mirai/mirai-api-http/issues/754#issuecomment-3165226516 "type": "Image", "imageId": "{01E9451B-70ED-EAE3-B37C-101F1EEBF5B5}.mirai", //群图片格式 //"imageId": "/f8f1ab55-bf8e-4236-b55e-955848d7069f" //好友图片格式 "url": "https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "path": null, "base64": null, "width": 0, "height": 0, "size": 0, "imageType": "UNKNOWN", "isEmoji": false "type":...