This website requires JavaScript.
Explore
Help
Register
Sign In
xingyy
0 Followers
·
0 Following
Joined on
2023-07-06
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Repositories
12
Projects
Packages
Public Activity
Starred Repositories
xingyy
pushed to
xingyy
at
scout666/chat-pc
2025-07-02 08:22:50 +00:00
0b634e8cdd
fix(编辑器): 修复清空引用数据时未更新草稿的问题
xingyy
pushed to
xingyy
at
scout666/chat-pc
2025-07-02 08:05:10 +00:00
a405a3bd90
fix(editor): 切换会话时清空引用数据而非保留
14d69d40d3
Merge branch 'dev' of
http://172.16.100.91:3000/scout666/chat-pc
into dev
57551247c0
Merge branch 'xingyy' into dev
c773711b26
Merge pull request 'fix: 注释添加好友相关功能' (
#9
) from yink into dev
d8b72ef190
fix: 注释添加好友相关功能
Compare 12 commits »
xingyy
pushed to
dev
at
scout666/chat-pc
2025-07-02 08:04:50 +00:00
a405a3bd90
fix(editor): 切换会话时清空引用数据而非保留
xingyy
pushed to
dev
at
scout666/chat-pc
2025-07-02 07:59:59 +00:00
14d69d40d3
Merge branch 'dev' of
http://172.16.100.91:3000/scout666/chat-pc
into dev
57551247c0
Merge branch 'xingyy' into dev
0f161de28f
feat(editor): 重构引用功能并优化图片上传处理
8be8afc675
refactor(TiptapEditor): 重构消息转换逻辑以支持多消息分段处理
dd170cb50d
feat(editor): 添加blockquote和emoji扩展并重构引用卡片实现
Compare 6 commits »
xingyy
pushed to
xingyy
at
scout666/chat-pc
2025-07-02 07:57:12 +00:00
0f161de28f
feat(editor): 重构引用功能并优化图片上传处理
xingyy
pushed to
xingyy
at
scout666/chat-pc
2025-07-02 05:34:32 +00:00
8be8afc675
refactor(TiptapEditor): 重构消息转换逻辑以支持多消息分段处理
xingyy
pushed to
xingyy
at
scout666/chat-pc
2025-07-02 05:15:26 +00:00
dd170cb50d
feat(editor): 添加blockquote和emoji扩展并重构引用卡片实现
xingyy
pushed to
xingyy
at
scout666/chat-pc
2025-07-02 03:31:46 +00:00
8e2c134c90
feat(editor): 替换自定义编辑器为Tiptap编辑器并添加相关依赖
xingyy
pushed to
dev
at
scout666/chat-pc
2025-07-01 07:37:53 +00:00
a8fea9ea32
Merge branch 'dev' of
http://172.16.100.91:3000/scout666/chat-pc
into dev
62cb9c87c2
fix(editor): 移除调试日志并修复图片表情解析逻辑
Compare 2 commits »
xingyy
pushed to
xingyy
at
scout666/chat-pc
2025-07-01 07:04:45 +00:00
62cb9c87c2
fix(editor): 移除调试日志并修复图片表情解析逻辑
xingyy
pushed to
main
at
scout666/chat-pc
2025-07-01 06:07:25 +00:00
62d0ca6076
fix: 更新测试环境配置并移除多余的空行
1094b3851f
perf(消息列表): 使用虚拟列表优化聊天会话列表渲染性能
Compare 2 commits »
xingyy
pushed to
dev
at
scout666/chat-pc
2025-07-01 06:07:06 +00:00
62d0ca6076
fix: 更新测试环境配置并移除多余的空行
1094b3851f
perf(消息列表): 使用虚拟列表优化聊天会话列表渲染性能
Compare 2 commits »
xingyy
pushed to
xingyy
at
scout666/chat-pc
2025-07-01 06:02:15 +00:00
62d0ca6076
fix: 更新测试环境配置并移除多余的空行
xingyy
pushed to
xingyy
at
scout666/chat-pc
2025-07-01 04:00:26 +00:00
1094b3851f
perf(消息列表): 使用虚拟列表优化聊天会话列表渲染性能
xingyy
pushed to
main
at
scout666/chat-pc
2025-07-01 03:45:38 +00:00
b956b4ef79
1
99898555d4
docs(dialogue): 修改恢复上传任务注释中的描述
57555751e4
perf(dialogue): 优化上传任务恢复的性能
f2b194f712
fix(store): 修复会话数据深拷贝问题以避免引用污染
f010287bfa
refactor(db): 优化数据库结构和查询性能
Compare 20 commits »
xingyy
pushed to
dev
at
scout666/chat-pc
2025-07-01 03:45:21 +00:00
b956b4ef79
1
99898555d4
docs(dialogue): 修改恢复上传任务注释中的描述
57555751e4
perf(dialogue): 优化上传任务恢复的性能
f2b194f712
fix(store): 修复会话数据深拷贝问题以避免引用污染
f010287bfa
refactor(db): 优化数据库结构和查询性能
Compare 12 commits »
xingyy
pushed to
xingyy
at
scout666/chat-pc
2025-07-01 03:44:54 +00:00
b956b4ef79
1
xingyy
pushed to
xingyy
at
scout666/chat-pc
2025-07-01 03:43:39 +00:00
99898555d4
docs(dialogue): 修改恢复上传任务注释中的描述
xingyy
pushed to
xingyy
at
scout666/chat-pc
2025-07-01 03:43:03 +00:00
57555751e4
perf(dialogue): 优化上传任务恢复的性能
xingyy
pushed to
xingyy
at
scout666/chat-pc
2025-07-01 03:01:09 +00:00
f2b194f712
fix(store): 修复会话数据深拷贝问题以避免引用污染
First
Previous
1
2
3
4
5
...
Next
Last