优化markdown块拼接方法

This commit is contained in:
xunbu
2025-05-18 23:07:10 +08:00
parent 8a5d85af8b
commit afd3bf8226
6 changed files with 83 additions and 90 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "docutranslate"
version = "0.2.15"
version = "0.2.16"
description = "文件翻译工具"
readme = "README.md"
requires-python = ">=3.10"
@@ -10,6 +10,5 @@ dependencies = [
"markdown2",
"fastapi[standard]>=0.115.12",
]
[project.scripts]
docutranslate="docutranslate.cli:main"