优化提示词

This commit is contained in:
xunbu
2025-05-13 19:46:40 +08:00
parent 131705c216
commit 89b34e8614
5 changed files with 43 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "docutranslate"
version = "0.2.4.dev"
version = "0.2.4"
description = "文件翻译工具"
readme = "README.md"
requires-python = ">=3.10"
@@ -9,7 +9,7 @@ dependencies = [
"httpx",
"markdown2",
"fastapi[standard]>=0.115.12",
"pyinstaller>=6.13.0",
# "pyinstaller>=6.13.0",
]
[project.scripts]