• Joined on 2023-07-06
xingyy pushed to xingyy at scout666/chat-pc 2025-06-10 07:04:00 +00:00
ebd567a757 fix(消息面板): 修复消息菜单和撤回消息按钮的显示逻辑
18871db6b6 Merge branch 'main' into dev
5f4dd80b2a 解决es搜索时按人搜索和按群搜索的跳转不正确问题;解决按日期搜索后切换其他条件或取消没有正确重置日期选择问题
1ae317dbb3 Merge branch 'xingyy' into dev
Compare 22 commits »
xingyy pushed to dev at scout666/chat-pc 2025-06-10 07:03:37 +00:00
ebd567a757 fix(消息面板): 修复消息菜单和撤回消息按钮的显示逻辑
Compare 2 commits »
xingyy pushed to dev at scout666/chat-pc 2025-06-10 05:39:39 +00:00
1ae317dbb3 Merge branch 'xingyy' into dev
e4354d42cd feat(消息面板): 添加dayjs依赖并优化消息撤回时间计算
8bba2d64af fix(editor): 优化提及插入逻辑并修复光标位置问题
d4e52152ef feat(editor): 添加鼠标点击选择mention功能并优化插入逻辑
bdf07155c8 fix(editor): 修复提及功能中用户ID处理问题
Compare 6 commits »
xingyy pushed to xingyy at scout666/chat-pc 2025-06-10 05:29:02 +00:00
e4354d42cd feat(消息面板): 添加dayjs依赖并优化消息撤回时间计算
xingyy pushed to xingyy at scout666/chat-pc 2025-06-10 03:03:34 +00:00
8bba2d64af fix(editor): 优化提及插入逻辑并修复光标位置问题
d4e52152ef feat(editor): 添加鼠标点击选择mention功能并优化插入逻辑
Compare 2 commits »
xingyy pushed to xingyy at scout666/chat-pc 2025-06-09 08:49:01 +00:00
bdf07155c8 fix(editor): 修复提及功能中用户ID处理问题
xingyy pushed to xingyy at scout666/chat-pc 2025-06-09 07:29:32 +00:00
b905db0cfa fix: 优化消息撤回逻辑和编辑器内容处理
xingyy pushed to dev at scout666/chat-pc 2025-06-09 06:47:07 +00:00
3b6d998ce1 Merge branch 'xingyy' into dev
5340461a7e fix(utils): 修复wujie环境下剪贴板功能兼容性问题
Compare 2 commits »
xingyy pushed to xingyy at scout666/chat-pc 2025-06-09 06:46:40 +00:00
5340461a7e fix(utils): 修复wujie环境下剪贴板功能兼容性问题
xingyy pushed to dev at scout666/chat-pc 2025-06-09 05:57:48 +00:00
9c34066128 Merge branch 'xingyy' into dev
628894a254 refactor(editor): 优化mention处理逻辑并移除调试日志
Compare 3 commits »
xingyy pushed to xingyy at scout666/chat-pc 2025-06-09 05:57:23 +00:00
628894a254 refactor(editor): 优化mention处理逻辑并移除调试日志
xingyy pushed to main at scout666/chat-pc 2025-06-09 03:52:22 +00:00
047cea20b9 refactor(editor): 将工具栏配置从reactive改为ref并调整表情组件样式
7fea56f704 refactor(editor): 优化编辑器输入处理逻辑和性能
3ec981ea7f fix: 修复文件上传和编辑器相关问题
7067c42b2b feat(editor): 添加Ionicons4图标并优化编辑器功能
Compare 10 commits »
xingyy pushed to dev at scout666/chat-pc 2025-06-09 03:51:57 +00:00
60a2fb996b Merge branch 'xingyy' into dev
047cea20b9 refactor(editor): 将工具栏配置从reactive改为ref并调整表情组件样式
7fea56f704 refactor(editor): 优化编辑器输入处理逻辑和性能
3ec981ea7f fix: 修复文件上传和编辑器相关问题
Compare 11 commits »
xingyy pushed to xingyy at scout666/chat-pc 2025-06-09 03:45:04 +00:00
047cea20b9 refactor(editor): 将工具栏配置从reactive改为ref并调整表情组件样式
xingyy pushed to xingyy at scout666/chat-pc 2025-06-09 03:37:48 +00:00
7fea56f704 refactor(editor): 优化编辑器输入处理逻辑和性能
xingyy pushed to xingyy at scout666/chat-pc 2025-06-06 08:57:10 +00:00
3ec981ea7f fix: 修复文件上传和编辑器相关问题
xingyy pushed to xingyy at scout666/chat-pc 2025-06-06 06:49:46 +00:00
7067c42b2b feat(editor): 添加Ionicons4图标并优化编辑器功能
xingyy pushed to xingyy at scout666/chat-pc 2025-06-06 05:43:48 +00:00
1ff26564c7 refactor(editor): 优化引用消息的点击事件处理逻辑
xingyy pushed to xingyy at scout666/chat-pc 2025-06-06 04:00:21 +00:00
b18a6e5432 feat(编辑器): 添加清除事件常量并优化提及功能
xingyy pushed to xingyy at scout666/chat-pc 2025-06-06 03:53:03 +00:00
17c1368346 feat: 优化消息发送逻辑和编辑器功能