• Joined on 2025-03-11
jingrow pushed to v1 at jingrow/jingrow 2026-05-29 02:53:14 +08:00
ffb7bc5b23 优化: 去掉txt编辑器的Start typing占位符
jingrow pushed to v1 at jingrow/jingrow 2026-05-29 02:38:00 +08:00
a9964656a5 美化Txt预览组件
jingrow pushed to v1 at jingrow/jingrow 2026-05-29 02:29:43 +08:00
d201765348 优化:txt预览编辑时增加聚焦效果
jingrow pushed to v1 at jingrow/jingrow 2026-05-29 01:48:41 +08:00
55c05d1c6b 优化:file列表页增加独立的txt预览组件
jingrow pushed to v1 at jingrow/jingrow 2026-05-29 01:34:45 +08:00
f686f1049d 优化:txt文件预览
jingrow pushed to v1 at jingrow/jingrow 2026-05-29 01:24:44 +08:00
4b8c66c7ca 重命名:ignore_duplicate_entry_error-ignore_duplicate_entry
jingrow pushed to v1 at jingrow/jingrow 2026-05-29 01:18:43 +08:00
32509aed52 fix: file新建多个空白文件时去重问题
jingrow synced commits to master at jingrow/gunicorn from mirror 2026-05-29 00:07:50 +08:00
f61e5845f3 Merge pull request #12 from frappe/multi_queue
c20f3a3784 fix: Support configuring via envvar
c24711b795 fix: Increase default slow request threshold
7dc4d184be refactor: Simpler implementation
ec6af68013 fix: Remove hardcoded paths for slow prediction
Compare 8 commits »
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 23:44:55 +08:00
7d62a94ab3 更新翻译
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 23:40:34 +08:00
5043b96d90 优化:1,file列表页工具栏新建的整个逻辑链的英文文本,缺少翻译的增加对应的翻译
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 23:16:04 +08:00
a857b7f0a6 优化:1,file列表页工具栏的添加按钮文本改成上传
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 22:46:31 +08:00
661b86d35e 更新file列表页重命名按钮背景色
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 22:40:37 +08:00
dc321a6331 优化:file列表页操作栏
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 22:25:56 +08:00
66832814a6 优化:新建docx文档内容去掉New document
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 22:14:50 +08:00
796d026093 file列表页优化:1,重命名后不再调 loadData() 全量刷新,直接用 API 返回的数据原地更新 rows 中那行和 previewRow。
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 21:49:05 +08:00
db45629411 优化:1,创建文件时默认使用untitled+10位随机数
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 18:55:42 +08:00
fd4b48846b fix :psycopg2.errors.GroupingError: column tabToDo.name must appear in the GROUP BY clause or be used in an aggregate function
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 17:37:43 +08:00
94fe6cbd30 File增加新建常用办公文件的功能
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 16:07:15 +08:00
ca651b0e3d file预览窗口背景色改为白色
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 15:24:52 +08:00
09f3fff519 优化:在打开任何详情页的 AI 聊天抽屉前,不再需要预先下载 970 kB 的 ChatMessageBubble(含 marked + highlight.js)。只有当消息列表非空时,才会触发加载。