|
78009bc5e7
|
Merge pull request 'yink' (#22) from yink into main
Reviewed-on: https://gitea-inner.fontree.cn/scout666/chat-pc/pulls/22
|
2025-07-11 01:24:03 +00:00 |
|
|
21f413d6e3
|
fix: 增加上传文件接口的超时时间
|
2025-07-10 15:32:56 +08:00 |
|
|
6e0322e2c7
|
fix: bug 修复
|
2025-07-10 10:48:45 +08:00 |
|
|
2d7f2492af
|
fix: bug修复
|
2025-07-09 11:49:55 +08:00 |
|
|
6543ac0607
|
fix: bug修复
|
2025-07-08 11:07:37 +08:00 |
|
|
6c63946d37
|
Merge pull request 'yink' (#16) from yink into main
Reviewed-on: https://gitea-inner.fontree.cn/scout666/chat-pc/pulls/16
|
2025-07-07 07:11:01 +00:00 |
|
|
13830d748b
|
fix: bug修复
|
2025-07-07 15:05:26 +08:00 |
|
|
7999499702
|
Merge branch 'main' of https://gitea-inner.fontree.cn/scout666/chat-pc into yink
|
2025-07-07 14:29:43 +08:00 |
|
|
429c30808b
|
fix: bug修复
|
2025-07-07 14:27:08 +08:00 |
|
Phoenix
|
111f303b2a
|
Merge branch 'xingyy'
|
2025-07-07 13:42:27 +08:00 |
|
Phoenix
|
a438174af4
|
fix(editor): 修复建议组件空项处理和粘贴功能优化
修复建议组件在空项时的处理逻辑,避免潜在错误。优化编辑器粘贴功能:
1. 处理空剪贴板数据时更安全
2. 添加纯文本粘贴支持
3. 简化图片节点更新逻辑
|
2025-07-07 13:41:26 +08:00 |
|
Phoenix
|
959978a2c7
|
Merge branch 'main' of http://172.16.100.91:3000/scout666/chat-pc
|
2025-07-07 10:44:15 +08:00 |
|
Phoenix
|
4863bc2220
|
fix(editor): 修复Tiptap编辑器mention和emoji的文本转换问题
修改tiptapToString函数以正确处理mention节点和emoji节点的文本转换
添加mention配置参数char、allowSpaces和allowedPrefixes
|
2025-07-07 10:42:06 +08:00 |
|
Phoenix
|
b18a1b2604
|
refactor(TiptapEditor): 清理代码注释和格式化代码
|
2025-07-07 10:26:09 +08:00 |
|
Phoenix
|
3f89777bf8
|
fix(TextMessage): 修复提及文本颜色在右侧浮动时的显示问题
|
2025-07-07 09:44:39 +08:00 |
|
Phoenix
|
a05d637bd2
|
style(编辑器): 调整提及样式颜色和背景以适配深色主题
统一编辑器与消息组件中的提及样式,使用主题变量并增加内边距
|
2025-07-07 09:43:43 +08:00 |
|
|
a95e53d8a0
|
Merge branch 'wyfMain-dev'
|
2025-07-07 09:34:03 +08:00 |
|
|
825ca5ec3c
|
处理聊天记录文件格式判断规则、跳转提示等
|
2025-07-07 09:32:47 +08:00 |
|
Phoenix
|
3363f23ad3
|
feat(editor): 添加提及功能组件并使用floating-ui优化定位
添加提及功能的Vue组件和实现逻辑,使用@floating-ui/dom库优化弹窗定位
重构Tiptap编辑器的提及功能实现,将逻辑抽离为独立组件
更新package.json添加@floating-ui/dom依赖
|
2025-07-07 09:25:49 +08:00 |
|
|
a87395c87c
|
Merge branch 'wyfMain-dev'
|
2025-07-04 14:02:22 +08:00 |
|
|
845281377f
|
处理文件类型消息最大宽度
|
2025-07-04 14:00:43 +08:00 |
|
|
481719a685
|
高亮文本显示增加富文本格式处理,能正确显示表情、换行符等;视频类消息能直接在消息记录中查看并播放;处理文件格式校验,预览文件前先校验
|
2025-07-04 11:38:57 +08:00 |
|
|
03e84eab94
|
fix: bug修复
|
2025-07-03 15:52:49 +08:00 |
|
Phoenix
|
c3abd733ad
|
refactor(useTalkRecord): 简化消息比较逻辑,改为全量检查
根据用户建议,只比较msg_id和is_revoke字段,并改为全量检查所有消息。因为消息ID是唯一的,且一次只有30条消息,全量检查不会带来太大性能负担。
|
2025-07-03 14:13:09 +08:00 |
|
Phoenix
|
0b8de6f5c2
|
计算优化
|
2025-07-03 13:22:01 +08:00 |
|
Phoenix
|
cc5cf41ad1
|
Merge branch 'main' into xingyy
|
2025-07-03 11:33:25 +08:00 |
|
Phoenix
|
cd8f1ce311
|
Merge branch 'xingyy'
|
2025-07-03 11:29:45 +08:00 |
|
Phoenix
|
af2c80f902
|
Merge branch 'dev' of http://172.16.100.91:3000/scout666/chat-pc into dev
|
2025-07-03 11:29:30 +08:00 |
|
|
5f94c7d83a
|
Merge branch 'main' into dev
|
2025-07-03 11:26:27 +08:00 |
|
|
6a54757c6a
|
Merge branch 'main' of https://gitea-inner.fontree.cn/scout666/chat-pc
|
2025-07-03 11:24:40 +08:00 |
|
Phoenix
|
a0b28b19ef
|
fix(editor): 修复编辑器高度问题和移除调试日志
调整Tiptap编辑器高度为100%以正确填充容器
移除消息面板中已读回执的调试日志输出
|
2025-07-03 10:47:10 +08:00 |
|
Phoenix
|
c64a562913
|
refactor(db): 重构会话表主键结构并清理旧数据
- 将会话表主键从自增id改为index_name
- 添加数据库版本升级逻辑清理旧数据
- 更新所有相关操作方法使用新主键
- 添加详细的版本变更注释
|
2025-07-03 10:33:29 +08:00 |
|
|
4153a936a6
|
将ES接口换回非V2版,等待SAAS化相关功能通知上线再行调整
|
2025-07-03 09:14:19 +08:00 |
|
|
4ad08db846
|
Merge pull request '注释无关变量' (#12) from yink into main
Reviewed-on: https://gitea-inner.fontree.cn/scout666/chat-pc/pulls/12
|
2025-07-02 09:02:18 +00:00 |
|
|
1956bb05ef
|
Merge pull request '注释无关变量' (#11) from yink into dev
Reviewed-on: https://gitea-inner.fontree.cn/scout666/chat-pc/pulls/11
|
2025-07-02 09:02:03 +00:00 |
|
|
25f4bc6923
|
注释无关变量
|
2025-07-02 17:01:04 +08:00 |
|
Phoenix
|
0b634e8cdd
|
fix(编辑器): 修复清空引用数据时未更新草稿的问题
在清空引用数据时调用clearQuoteData方法,确保同时更新草稿状态。修改了引用卡片关闭按钮的点击事件处理逻辑,使用新方法替代直接赋值null。
|
2025-07-02 16:22:42 +08:00 |
|
Phoenix
|
a405a3bd90
|
fix(editor): 切换会话时清空引用数据而非保留
修改编辑器行为,在切换会话时主动清空引用数据而不是保留之前的引用。这避免了不同会话间引用数据的混淆问题。
|
2025-07-02 16:04:41 +08:00 |
|
Phoenix
|
14d69d40d3
|
Merge branch 'dev' of http://172.16.100.91:3000/scout666/chat-pc into dev
|
2025-07-02 15:59:46 +08:00 |
|
Phoenix
|
57551247c0
|
Merge branch 'xingyy' into dev
|
2025-07-02 15:59:36 +08:00 |
|
Phoenix
|
0f161de28f
|
feat(editor): 重构引用功能并优化图片上传处理
- 移除旧的Quote节点扩展,改为使用quoteData状态管理引用消息
- 添加图片上传状态跟踪和加载指示器
- 优化提及列表的交互和关闭行为
- 支持粘贴图片自动上传功能
- 完善编辑器草稿保存机制,包含引用数据
|
2025-07-02 15:57:03 +08:00 |
|
Phoenix
|
8be8afc675
|
refactor(TiptapEditor): 重构消息转换逻辑以支持多消息分段处理
重构 tiptapToMessage 函数,将单条消息处理改为支持多条消息分段处理
优化消息内容处理流程,添加文本缓冲区和图片单独处理逻辑
简化消息发送逻辑,移除 msgType 判断改为直接处理不同类型消息
清理已注释的导航功能代码
|
2025-07-02 13:34:23 +08:00 |
|
|
f7b8478337
|
Merge pull request 'fix: 注释添加好友相关功能' (#10) from yink into main
Reviewed-on: https://gitea-inner.fontree.cn/scout666/chat-pc/pulls/10
|
2025-07-02 05:20:24 +00:00 |
|
|
c773711b26
|
Merge pull request 'fix: 注释添加好友相关功能' (#9) from yink into dev
Reviewed-on: https://gitea-inner.fontree.cn/scout666/chat-pc/pulls/9
|
2025-07-02 05:20:03 +00:00 |
|
|
d8b72ef190
|
fix: 注释添加好友相关功能
|
2025-07-02 13:19:10 +08:00 |
|
Phoenix
|
dd170cb50d
|
feat(editor): 添加blockquote和emoji扩展并重构引用卡片实现
- 添加@tiptap/extension-blockquote和@tiptap/extension-emoji依赖
- 将自定义Quote扩展从Extension改为Node实现
- 简化引用卡片的HTML渲染逻辑
- 改进引用卡片的键盘删除行为
- 优化引用内容的插入位置和格式
|
2025-07-02 13:15:16 +08:00 |
|
Phoenix
|
8e2c134c90
|
feat(editor): 替换自定义编辑器为Tiptap编辑器并添加相关依赖
- 新增Tiptap编辑器组件及所需依赖包
- 移除原有自定义编辑器实现
- 更新编辑器相关配置和样式
- 添加表情、图片上传等功能支持
- 优化编辑器草稿保存和恢复逻辑
|
2025-07-02 11:31:35 +08:00 |
|
|
49d1bd013b
|
Merge pull request 'yink' (#8) from yink into main
Reviewed-on: https://gitea-inner.fontree.cn/scout666/chat-pc/pulls/8
|
2025-07-02 03:18:37 +00:00 |
|
|
478b4bdd57
|
Merge pull request 'fix: 注释添加好友相关功能' (#7) from yink into dev
Reviewed-on: https://gitea-inner.fontree.cn/scout666/chat-pc/pulls/7
|
2025-07-02 03:17:57 +00:00 |
|
|
06502ebaa0
|
fix: 注释添加好友相关功能
|
2025-07-02 11:16:45 +08:00 |
|