-
Notifications
You must be signed in to change notification settings - Fork 1.2k
file processing progress visualization #358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
package.json
Outdated
| "@opendocsg/pdf2md": "^0.2.1", | ||
| "@openrouter/ai-sdk-provider": "^0.4.5", | ||
| "@prisma/client": "^6.6.0", | ||
| "@tiny-tool/pdf2md": "^2.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里不要改包名 ,你可以研究下这个包的改动,合并到以前的包上
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
嗯嗯,没问题的
| "@commitlint/config-conventional": "^19.8.0", | ||
| "concurrently": "^8.2.2", | ||
| "electron": "^29.4.6", | ||
| "electron": "^35.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
升级到 35 主要解决了什么问题?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改用预编译的canvas有一些包导入的兼容性问题,最低要nodejs v20 才能运行。我在官网查的是 35 是 electron支持nodejs v20 ,并且还在维护的最低版本。
| // 更新任务进度 | ||
| await updateTask(task.id, { | ||
| status: 1, | ||
| detail: `${strategy}策略处理成功`+ JSON.stringify({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
返回到前端的状态没法做国际化,默认都用英文
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok。这里我注意一下
# Conflicts: # package-lock.json
变更类型
变更描述- 简要说明修改内容
文档更新