fix:实现配置功能,实现园长一键签名功能

This commit is contained in:
2025-12-19 12:23:00 +08:00
parent 0e47603d23
commit 14b8c19dfe
19 changed files with 307 additions and 107 deletions

11
uv.lock generated
View File

@@ -426,6 +426,7 @@ dependencies = [
{ name = "rich" },
{ name = "screeninfo" },
{ name = "tomli" },
{ name = "tomli-w" },
]
[package.metadata]
@@ -446,6 +447,7 @@ requires-dist = [
{ name = "rich", specifier = ">=14.2.0" },
{ name = "screeninfo", specifier = ">=0.8.1" },
{ name = "tomli", specifier = ">=2.3.0" },
{ name = "tomli-w", specifier = ">=1.2.0" },
]
[[package]]
@@ -2029,6 +2031,15 @@ wheels = [
{ url = "https://mirrors.aliyun.com/pypi/packages/77/b8/0135fadc89e73be292b473cb820b4f5a08197779206b33191e801feeae40/tomli-2.3.0-py3-none-any.whl", hash = "sha256:e95b1af3c5b07d9e643909b5abbec77cd9f1217e6d0bca72b0234736b9fb1f1b" },
]
[[package]]
name = "tomli-w"
version = "1.2.0"
source = { registry = "https://mirrors.aliyun.com/pypi/simple/" }
sdist = { url = "https://mirrors.aliyun.com/pypi/packages/19/75/241269d1da26b624c0d5e110e8149093c759b7a286138f4efd61a60e75fe/tomli_w-1.2.0.tar.gz", hash = "sha256:2dd14fac5a47c27be9cd4c976af5a12d87fb1f0b4512f81d69cce3b35ae25021" }
wheels = [
{ url = "https://mirrors.aliyun.com/pypi/packages/c7/18/c86eb8e0202e32dd3df50d43d7ff9854f8e0603945ff398974c1d91ac1ef/tomli_w-1.2.0-py3-none-any.whl", hash = "sha256:188306098d013b691fcadc011abd66727d3c414c571bb01b1a174ba8c983cf90" },
]
[[package]]
name = "tqdm"
version = "4.67.1"