• Joined on 2025-03-11
jingrow pushed to v1 at jingrow/jingrow 2025-11-21 08:14:23 +08:00
14611ec00b feat(rmbg): 适配新API返回格式并优化代码
jingrow pushed to main at jlocal/jingrow 2025-11-21 02:03:32 +08:00
67a117f65f improve image download with blob conversion for cross-origin support
jingrow pushed to main at jlocal/jingrow 2025-11-21 01:54:40 +08:00
435c4740b9 refactor: change backend response format from base64 image content to image URL
jingrow pushed to main at jlocal/jingrow 2025-11-21 01:53:15 +08:00
90367bd51f fix: optimize background removal image download using direct URL
jingrow pushed to main at jlocal/jingrow 2025-11-21 01:52:42 +08:00
815074c568 fix: 优化去背景图片下载功能,使用图片URL直接下载
jingrow pushed to main at fastapi/japi 2025-11-21 01:44:27 +08:00
419744686f feat(jfile): 添加CORS响应头支持第三方前端下载图片
jingrow pushed to main at fastapi/japi 2025-11-21 01:34:47 +08:00
ba4a57849d feat(rmbg): 添加图片URL返回功能,移除base64字段
jingrow pushed to main at fastapi/japi 2025-11-21 00:29:59 +08:00
b3818a9ab1 feat(rmbg): 将file接口改为流式返回,统一接口风格
jingrow pushed to main at jlocal/jingrow 2025-11-20 20:11:28 +08:00
d65b586831 Prevent auto-logout on page refresh
jingrow pushed to main at fastapi/japi 2025-11-20 10:34:22 +08:00
173f788ab7 fix(jfile): 移除文件清理的前缀限制,清理所有过期文件
jingrow pushed to main at jlocal/jingrow 2025-11-20 09:29:20 +08:00
19bd8ff104 auto logout on cookie expiration
jingrow pushed to main at jlocal/jingrow 2025-11-19 22:42:08 +08:00
3ce344f969 Added minimal CSS styles for TipTap table borders, cells, and headers
jingrow pushed to main at jlocal/jingrow 2025-11-19 22:33:59 +08:00
0344ef0b2e add missing table border styles
jingrow pushed to main at jlocal/jingrow 2025-11-19 22:25:23 +08:00
6475c947c0 clean up RemoveBackground component and optimize code
jingrow pushed to main at jlocal/jingrow 2025-11-19 22:18:20 +08:00
f6be263bd7 clean up RemoveBackground component and optimize code
jingrow pushed to main at jlocal/jingrow 2025-11-19 21:52:40 +08:00
2a47e6a705 optimize comparison container sizing logic and reduce CSS duplication
jingrow pushed to main at jlocal/jingrow 2025-11-19 21:49:01 +08:00
92208b0513 ensure comparison container size matches image display size and respects parent
jingrow pushed to main at jlocal/jingrow 2025-11-19 21:06:39 +08:00
ccf84eb031 fix comparison image height calculation
jingrow pushed to main at jlocal/jingrow 2025-11-19 19:32:56 +08:00
87e54ff9ec ensure original and result images have consistent sizes
jingrow pushed to main at jlocal/jingrow 2025-11-19 19:20:06 +08:00
3e24fbb9ba remove scrollbar by correcting height calculation in RemoveBackground