• Joined on 2025-03-11
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 14:48:54 +08:00
c64dc2f86e 优化:handleSessionExpired.ts 改为静态导入
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 14:42:40 +08:00
76ea2a9642 优化:new Function() 替代eval()
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 13:17:23 +08:00
820d6b5139 更新前端构建
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 04:24:36 +08:00
96b657fbf5 优化:卡片模式下缺少对应的csv图标和标记
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 04:22:21 +08:00
0823e7af86 file列表页csv记录增加对应的图标
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 04:15:44 +08:00
cc60038c62 fix:file预览窗口编辑csv文件保存后无法打开
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 04:04:32 +08:00
8505aa7779 fix:file预览窗口修改表格文件后无法保存
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 03:46:45 +08:00
867a0020e3 fix: file预览窗口修改docx文件后保存变成了新建同名文件
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 03:20:07 +08:00
8b24e56c0f file预览窗口增加支持修改后保存
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 03:04:04 +08:00
2d4d38ad8a fix:file列表页表格的预览窗口内容区域高度没有占满整个高度
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 03:01:00 +08:00
8f90cb463b 优化:file列表页预览窗口默认不显示信息栏
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 02:51:09 +08:00
44168d133b fix: file列表页点击docx文件预览后,然后点击另一个docx文件,预览窗口不会自动切换
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 02:45:50 +08:00
4b5ea2c0a4 优化:file列表页不再预加载整个预览面板
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 02:33:54 +08:00
8598760275 fix: File列表页csv预览经常出现中文显示为乱码
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 02:28:41 +08:00
a0b78cda44 更新翻译
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 02:25:22 +08:00
3e9bf2e452 删除docx预览窗口里面重复渲染的文件名
jingrow pushed to v1 at jingrow/jingrow 2026-05-28 02:11:18 +08:00
077ef47e81 File列表页增加docx文档预览支持
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实现