c-brain-glass/app
徐勤民 baee71e432 fix(chat): 修复聊天模型数据解析问题
- 将 ChatModel 中的 type 和 msg 字段改为可空类型
- 添加对空值类型的检查和处理逻辑
- 当 type 为 null 时直接返回消息内容避免解析错误
2026-04-16 15:14:39 +08:00
..
src/main fix(chat): 修复聊天模型数据解析问题 2026-04-16 15:14:39 +08:00
.gitignore init 2026-04-13 16:37:34 +08:00
build.gradle feat(chat): 添加聊天功能和Markwon富文本支持 2026-04-16 10:48:19 +08:00
proguard-rules.pro init 2026-04-13 16:37:34 +08:00