fix:优化启动方式

This commit is contained in:
2025-12-12 12:37:41 +08:00
parent 4d50c73ecb
commit 7275699c25
22 changed files with 449 additions and 398 deletions

2
uv.lock generated
View File

@@ -121,6 +121,7 @@ dependencies = [
{ name = "openpyxl" },
{ name = "pandas" },
{ name = "pandas-stubs" },
{ name = "pillow" },
{ name = "python-pptx" },
{ name = "pywin32" },
{ name = "rich" },
@@ -136,6 +137,7 @@ requires-dist = [
{ name = "openpyxl", specifier = ">=3.1.5" },
{ name = "pandas", specifier = ">=2.3.3" },
{ name = "pandas-stubs", specifier = "==2.3.3.251201" },
{ name = "pillow", specifier = ">=12.0.0" },
{ name = "python-pptx", specifier = ">=1.0.2" },
{ name = "pywin32", specifier = ">=311" },
{ name = "rich", specifier = ">=14.2.0" },