Open
Conversation
✨ 新功能: - 在作品文件夹中生成包含完整作品信息的Markdown文件 - 支持TUI和CLI模式中的markdown_record设置 - 优雅的表格格式展示作品基本信息、作者信息和互动数据 - 自动生成可点击的作品链接和作者主页链接 - 兼容性修复:使用os.walk替代Path.walk以支持Python 3.10+ 🔧 修改的文件: - source/application/app.py: 添加generate_markdown_content和save_markdown_record方法 - source/module/settings.py: 添加markdown_record默认设置和向后兼容性 - source/module/manager.py: 添加markdown_record参数管理 - source/CLI/main.py: 添加--markdown_record命令行选项 - source/TUI/setting.py: 添加Markdown记录复选框设置 - source/expansion/file_folder.py: 修复Python版本兼容性问题 - example.py: 更新示例代码 - README.md: 更新功能说明和配置文档 📝 Markdown文件格式: - 作品ID_info.md - 包含作品基本信息、作者信息、互动数据、描述、标签等 - 支持相对路径图片引用(为未来优化预留)
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.
✨ 新功能:
🔧 修改的文件:
📝 Markdown文件格式: