feat:初始化pptopic项目,添加PPT转长图功能

📝 docs:添加项目文档和配置文件
🔧 chore:配置Python 3.13环境和依赖管理
 feat:实现PPT转换和图片优化核心功能
 feat:添加命令行接口支持导出长图
This commit is contained in:
2026-02-11 18:21:22 +08:00
commit b2dfcfe036
9 changed files with 734 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv