Conversation
在学校机房提交Readme
Updated contact email addresses for the project team and developer.
Update contact emails in README.md
添加本地存储功能以保存聊天消息,包括消息的增删改查 修改ContactList组件以使用静态联系人数据 在ChatWindow中添加模拟历史消息数据
实现未发送消息的自动重发功能,当连接恢复时自动同步pending状态的消息 优化WebSocket连接配置,添加重连机制和相关事件监听
- 将 ServerSelectionWindow 的 bodyStyle 迁移到 styles.body 以符合新版 antd 规范 - 移除 App 组件中不必要的 Layout 组件,改用 div 布局 - 重构 Login 组件表单处理逻辑,使用 Form 内置验证替代手动验证 - 简化错误处理逻辑,移除冗余的字段检查
移除Login组件中未使用的confirmPassword状态及其相关验证逻辑,简化注册流程
密码输入现在要求必须包含大写字母、小写字母、数字、特殊符号中的至少三种,长度为6-20个字符,以提高安全性
Signed-off-by: Ink-dark <moranqidarkseven@hallochat.cn>
正在实现多窗口管理功能,包括服务器选择窗口和多个聊天窗口的创建与关闭 *不知道为什么无法产生真正意义上的多窗口,正在寻找原因
Signed-off-by: Ink-dark <moranqidarkseven@hallochat.cn>
在 App.js 末尾新增 Electron 主进程代码,包括窗口创建、webPreferences 安全配置及加载本地开发地址。建议将该段代码移动至 Electron 主进程入口文件以规范项目结构。
Updated README to reflect project rebuild and new client development.
Signed-off-by: Ink-dark <moranqidarkseven@hallochat.cn>
Signed-off-by: Ink-dark <moranqidarkseven@hallochat.cn>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.