From 6a0c826a064b0c06607029609fa843606c86b4f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AF=92=E5=AF=92?= <2596194220@qq.com> Date: Thu, 29 Jan 2026 23:10:06 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BC=98=E5=8C=96PDF=E8=BD=AC?= =?UTF-8?q?=E6=8D=A2=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 81 ++++++++--- main.py | 9 +- ui/views/convert_pdf_page.py | 266 +++++++++++++++++++++++++++++++++++ ui/views/home_page.py | 18 ++- 4 files changed, 346 insertions(+), 28 deletions(-) create mode 100644 ui/views/convert_pdf_page.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1aa8f25..53cf388 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,13 +5,23 @@ + + + + + + @@ -24,26 +34,51 @@