We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
今天同事反馈:中途有个页面上传失败。
初步判断是附件体积大,爆内存了。在没修复之前,临时方案是:把此页面删除,继续导入别的页面。
但目前删除页面需要删两个地方:本页面、index.html 中的索引,比较麻烦,难以操作。
The text was updated successfully, but these errors were encountered:
feat: #66 ignore page not found
da7bb25
9c268e3
改成了 fopen,一样报错,待验证是不是 cos 问题。
所以还是另一个方案:手动上传文件获得网盘 ID,然后把 HTML 包里的附件替换成小文件,导入单篇文章,然后编辑文章替换成真的附件 ID。
Sorry, something went wrong.
feat: #66 import single html
77285a3
cac1ecb
sinkcup
No branches or pull requests
今天同事反馈:中途有个页面上传失败。
初步判断是附件体积大,爆内存了。在没修复之前,临时方案是:把此页面删除,继续导入别的页面。
但目前删除页面需要删两个地方:本页面、index.html 中的索引,比较麻烦,难以操作。
The text was updated successfully, but these errors were encountered: