From 3a4a9df751f9be2434af0c8117ec4a13cd72c1f3 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 21:13:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0niceGui=E5=BA=93=E7=BE=8E?= =?UTF-8?q?=E5=8C=96=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 110 ++++- data/names.xlsx | Bin 9732 -> 10015 bytes main_nicegui.py | 64 +++ pyproject.toml | 2 + script/setup.py | 7 +- script/setup_nicegui.py | 100 ++++ ui/assets/icon.ico | Bin 0 -> 75238 bytes ui/assets/style.css | 55 +++ ui/core/logger.py | 15 + ui/core/state.py | 13 + ui/core/task_runner.py | 73 +++ ui/views/home_page.py | 94 ++++ utils/file_utils.py | 51 +- uv.lock | 1012 +++++++++++++++++++++++++++++++++++++++ 14 files changed, 1555 insertions(+), 41 deletions(-) create mode 100644 main_nicegui.py create mode 100644 script/setup_nicegui.py create mode 100644 ui/assets/icon.ico create mode 100644 ui/assets/style.css create mode 100644 ui/core/logger.py create mode 100644 ui/core/state.py create mode 100644 ui/core/task_runner.py create mode 100644 ui/views/home_page.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c7a53d9..8c275ad 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,25 +4,21 @@