You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jolie
3f0a6c7c47
fix(android): 指定可用的NDK版本以避免编译错误
- 在build.gradle.kts中硬编码NDK版本为27.0.12077973
- 添加注释说明覆盖flutter.ndkVersion的原因
- 确保项目使用系统上实际存在的NDK版本进行构建
feat(im): 增加消息发送成功与失败的日志记录
- 在IMManager中注册ChatMessageEvent监听器
- 记录发送消息成功的日志信息
- 记录发送消息失败时的错误详情和描述
fix(ui): 页面返回时关闭SmartDialog提示框
- 在LiveRoomPage的onPopInvokedWithResult回调中调用SmartDialog.dismiss()
- 防止页面切换时残留对话框影响用户体验
|
3 months ago |
| .. |
|
errors
|
调整混淆机制
|
4 months ago |