feat: 优化单篇文章 Markdown 导出,并增加 Scrapling 解析支持#142
Open
lly835 wants to merge 1 commit intowechat-article:masterfrom
Open
feat: 优化单篇文章 Markdown 导出,并增加 Scrapling 解析支持#142lly835 wants to merge 1 commit intowechat-article:masterfrom
lly835 wants to merge 1 commit intowechat-article:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
这个 PR 主要优化了单篇文章正文导出链路,重点增强 Markdown 导出能力。
主要改动:
优化
/api/public/v1/downloadmarkdown-zip格式新增
/api/public/v1/batch-download批量下载接口新增
scrapling-service/侧车服务增加
docker-compose.yml和Dockerfile.runtime主要目的:
已在本地完成单篇导出、Markdown 导出、批量处理和运行环境验证。