From 3c60b3e7cae56c0f729a727a4995b3d8c58b41e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AF=92=E5=AF=92?= <2596194220@qq.com> Date: Sun, 21 Dec 2025 23:17:35 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BC=98=E5=8C=96=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E5=91=BD=E5=90=8D=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++- .idea/workspace.xml | 86 +++++++++++++++++++++++++++++++-------------- IFLOW.md | 18 ++++++---- README.md | 6 ++-- config.toml | 2 +- main_nicegui.py | 31 +++++++++------- 6 files changed, 96 insertions(+), 51 deletions(-) diff --git a/.gitignore b/.gitignore index 6198c26..d5f317d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ wheels/ output/*.pptx output/*.pdf data/images/* -data/*.xlsx \ No newline at end of file +data/*.xlsx + +.idea/ \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0c14bd0..ac3bac1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,10 +4,13 @@