From 17d598dc4e18a5a972d0f4bf4ca6bddb3aff4363 Mon Sep 17 00:00:00 2001 From: shuaikangzhou <863909694@qq.com> Date: Sat, 11 Nov 2023 18:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0html=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 82 +- app/DataBase/data.py | 10 +- app/Ui/MyComponents/Button_Contact.py | 4 +- app/Ui/contact/analysis/analysis.py | 8 - app/Ui/contact/contactInfo.py | 4 +- app/Ui/contact/report/annual_report.py | 28 + app/Ui/contact/report/report.py | 15 +- app/Ui/mainview.py | 3 + app/data/html/0.html | 290 + app/data/html/1.html | 706 +++ app/data/html/2.html | 1243 ++++ app/data/html/3.html | 652 ++ app/data/html/4.html | 1232 ++++ app/data/html/5.html | 7567 ++++++++++++++++++++++++ app/data/html/6.html | 1344 +++++ app/data/html/index.html | 252 + app/data/icons/back.svg | 1 + app/data/icons/output.svg | 1 + requirements.txt | Bin 608 -> 656 bytes 19 files changed, 13387 insertions(+), 55 deletions(-) create mode 100644 app/Ui/contact/report/annual_report.py create mode 100644 app/data/html/0.html create mode 100644 app/data/html/1.html create mode 100644 app/data/html/2.html create mode 100644 app/data/html/3.html create mode 100644 app/data/html/4.html create mode 100644 app/data/html/5.html create mode 100644 app/data/html/6.html create mode 100644 app/data/html/index.html create mode 100644 app/data/icons/back.svg create mode 100644 app/data/icons/output.svg diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a0bdbc6..4405dbd 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,19 +4,26 @@