Numendacil
Numendacil
虽然 commit https://github.com/cyanray/mirai-cpp/commit/c8f668dc0f736f0470c2a425217eeaaafcb20f18 修复了相关的代码,但是貌似这个commit https://github.com/cyanray/mirai-cpp/commit/625b96a20b7591314d0e8ec625cef159e9bdf2a2 又把有问题的部分加回来了 在VoiceMessage.hpp的ToJson()函数中 `json result = { { "type", type_ }, { "voiceId", voiceId_.empty() ? nullptr : voiceId_ }, { "url", url_.empty() ? nullptr : url_...
### 问题描述 [PokeMessage.kt](https://github.com/mamoe/mirai/blob/dev/mirai-core-api/src/commonMain/kotlin/message/data/PokeMessage.kt)中```敲门```和```碎屏```的id重复了,试了下```敲门```的id应该为2000而非2002。此外```array```里未把```QiaoMen```加上 ### 复现 发送对应的戳一戳表情 ### mirai-core 版本 2.12.0 ### bot-protocol ANDROID_PHONE ### 其他组件版本 mirai-api-http: 2.5.2 ### 系统日志 ```text 2022-07-31 00:55:10 V/Bot.xxx: xxx(xxx) -> [mirai:poke:敲门,126,2000] 2022-07-31 00:55:11 V/Bot.xxx: xxx(xxx)...
关于语音上传部分看到了[#506 ](https://github.com/project-mirai/mirai-api-http/issues/506),其中有提到私聊图片和语音与群聊部分是不互通的,因此`uploadImage`和`uploadVoice`都需要带`type`参数。然而在实测中发现: 1. 在`uploadImage`和`uploadVoice`设置`type`为任意值(`group/friend/temp`)均会产生相同的`imageId/voiceId` 2. 在私聊消息中使用上传的语音id发送会产生[#506 ](https://github.com/project-mirai/mirai-api-http/issues/506)一样的错误,但上传的图片id可以在所有聊天窗口正常发送 因此比较好奇这个type参数具体的作用是什么
其实是看别的项目的时候发现的一个api,可以支持非vip用户查看一部分 sort by popular_desc 的结果( [definition here](https://github.com/Notsfsssf/Pix-EzViewer/blob/74f87f85a8e76fae66786c766eda4cf41a40b3e6/app/src/main/java/com/perol/asdpl/pixivez/services/AppApiPixivService.kt#L112)
[versionTags](https://github.com/Diving-Fish/maimaidx-prober/blob/e6b32a4854d4ffd33fab441d13f983f8ee9c9e91/proxy/cmd/maimaidx-prober-proxy/prober_api.go#L94C2-L94C14) 没更新2024的