Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
修复以下两个图片导出问题:
背景:
在使用 AI 生成 PPT 项目时,由于生成的数据不稳定,出现了以上问题。进行了特殊数据/普通数据及混合情况的测试,未发现额外带来的问题。pptx生成问题上与pptgenjs后续查到的作者推荐思路相同,但官方应该不会主动修改,参考issue
https://github.com/gitbrent/PptxGenJS/issues/318。
看到这是个很好的开源项目,希望做出一些贡献,第一次提交pr,可能有些不合适的地方,如有问题,我会尽量积极响应。