Open
Conversation
jw0903
commented
Aug 21, 2025
- 新增 .md 文件类型支持
- 实现专为英语学习优化的 Markdown 文本提取
- 自动移除代码块和格式标记,保留纯文本内容
- 更新前端界面支持 Markdown 文件上传
- 添加 Markdown 文件处理测试用例
- 新增 .md 文件类型支持 - 实现专为英语学习优化的 Markdown 文本提取 - 自动移除代码块和格式标记,保留纯文本内容 - 更新前端界面支持 Markdown 文件上传 - 添加 Markdown 文件处理测试用例
Pi3-l22
requested changes
Mar 23, 2026
Owner
Pi3-l22
left a comment
There was a problem hiding this comment.
感谢贡献!目前仅有 1 个必须修复项:
templates/index.html中 file input 的accept列表需要加入.md,否则“点击选择文件”路径下无法选中 Markdown 文件(与页面文案不一致)。
另外请先同步最新主分支后再修改并推送:
git fetch origin
git checkout feature/add-markdown-support
git rebase origin/main
# 解决冲突后
# git add .
# git rebase --continue
git push --force-with-lease origin feature/add-markdown-support修复后 @我,我会第一时间复核并合并。
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.