• Joined on 2025-03-11
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 00:01:04 +08:00
7777db2f6e 优化getCurrentLocale加载语言的逻辑
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 23:49:13 +08:00
9d1ac9e714 fix: file表格预览组件不能识别当前语言
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 23:27:03 +08:00
c6e57b8177 File增加表格预览支持,基于univer实现
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 18:56:50 +08:00
a8c6665bf4 优化:目前ai chat列表页和抽屉页的对话记录标题,超过长度会在末尾用省略号显示,但是会跟末尾的三点操作图标近似。使用 CSS mask-image + 渐变替代 text-overflow: ellipsis
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 18:02:29 +08:00
e3d6a64e63 fix: AI输出被强制截断
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 17:49:12 +08:00
4e304122b0 AI聊天窗口优化:用户发消息后流式输出 自动滚动到最新内容
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 03:30:07 +08:00
1f48b2d583 更新前端构建
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 03:28:58 +08:00
ba9c4e35ff 优化:发送消息后,对话记录列表里面的临时标题是New Chat,而不是翻译值
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 03:17:39 +08:00
623ef4c800 更新前端构建
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 03:16:00 +08:00
edcbc9aefe AI聊天抽屉发送消息后立即创建对话标题为New Chat
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 03:09:52 +08:00
502ff04158 fix: AI聊天抽屉页发送消息后标题为undefined
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 02:50:13 +08:00
33e03b72d4 ai chat聊天功能优化:1 消息格式改为结构化 messages 数组
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 02:38:03 +08:00
19726cc49f 更新前端构建
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 02:16:08 +08:00
03d96337d9 ai chat 全部聊天输出都统一用流式输出
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 01:59:48 +08:00
83d5b44ddf 更新前端构建
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 00:48:11 +08:00
a1eabfb61c 删除冗余的aiohttp导入及相关代码
jingrow pushed to v1 at jingrow/jingrow 2026-05-27 00:31:52 +08:00
b731c41300 ai chat 成功实现流式输出
jingrow pushed to v1 at jingrow/jingrow 2026-05-26 23:29:27 +08:00
0e42129f00 AI聊天接口改为流式返回接口
jingrow pushed to main at fastapi/japi 2026-05-26 23:12:57 +08:00
0d6baa6195 jchat增加流式返回接口
jingrow pushed to main at fastapi/japi 2026-05-26 22:56:36 +08:00
1bfc77e9b3 jchat增加流式返回接口