优化图形化界面

This commit is contained in:
xunbu
2025-05-12 10:41:47 +08:00
parent 9efa6ed5c5
commit 71c24d0878
7 changed files with 66 additions and 253 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "docutranslate"
version = "0.1.9"
version = "0.2.0"
description = "文件翻译工具"
readme = "README.md"
requires-python = ">=3.10"
@@ -9,5 +9,7 @@ dependencies = [
"httpx",
"markdown2",
"fastapi[standard]>=0.115.12",
"nuitka>=2.7.2",
]
[project.scripts]
docutranslate="docutranslate.cli:main"