Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
八月累积更新 - 2
✨ 支持非分页模式加载消息 <- #120
✨ 支持禁言状态显示和对应的输入框禁用 <- #121
✨ 增加了退出群组按钮 <- #121
✨ 现在你可以在消息列表中右击群组设置是否通知了!<- #118
🎨 获取批量消息时判断消息是否为当前页面的消息
🎨 将 UserFriendElem 和 UserGroupElem 抽离出了父类,纠正了类元素写反了的问题
🎨 优化 options 保存读取逻辑对 object 的处理
🎨 对 Napcat 系统通知的识别进行兼容
💄 重制了消息通知的页面样式
💄 修正了用户列表头像未上下居中的问题
💄 修正系统消息在选中时的样式错误
💄 调整窗口初始尺寸
🐛 修正在处理系统通知后未刷新列表的问题 <- #121
🐛 修正后端连接模式 SSL 协议错误的问题
🐛 修正后端连接模式下遗漏的日志输出
🐛 修正后端连接模式自动重连功能的缺失
🐛 修正设置获取方法在处理 json 字符串时的不统一行为
🐛 修正添加商城表情后列表未被刷新的问题
🐛 修正后端连接模式下前端刷新后无法正常重连的问题
🐛 修正消息菜单在添加回应功能后右侧出界判断错误的问题,由 b1c880b 损坏
🐛 修正消息列表右击菜单底部出界的问题