From 93d1e8687a7c6847e99536ca925aab75a9bbf81b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AF=92=E5=AF=92?= <2596194220@qq.com> Date: Sat, 13 Dec 2025 19:44:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9BBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/growth_report.iml | 12 +- .idea/misc.xml | 4 +- .idea/modules.xml | 8 - .idea/vcs.xml | 2 +- .idea/workspace.xml | 95 ++++----- config.env.toml | 4 +- config/config.py | 112 +++++++---- data/names.xlsx | Bin 10015 -> 9732 bytes main.pyw | 92 +++++++-- old/main.py | 415 ---------------------------------------- public/icon.ico | Bin 283718 -> 75238 bytes script/setup.py | 109 +++++++++++ ui/app_window.py | 89 ++++++++- utils/font_utils.py | 7 +- utils/generate_utils.py | 220 +++++++++++++-------- utils/growt_utils.py | 4 +- utils/pdf_utils.py | 5 +- uv.lock | 44 ++--- 18 files changed, 584 insertions(+), 638 deletions(-) delete mode 100644 .idea/modules.xml delete mode 100644 old/main.py create mode 100644 script/setup.py diff --git a/.idea/growth_report.iml b/.idea/growth_report.iml index fac1680..3aad182 100644 --- a/.idea/growth_report.iml +++ b/.idea/growth_report.iml @@ -1,12 +1,5 @@ - - - - - - - - + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 0924658..58117eb 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,7 +1,7 @@ - - + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index eb2a555..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 35eb1dd..94a25f7 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 08ed438..c7a53d9 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,19 +4,46 @@