From 7b50f47332120af339317ba0174b465011fd2427 Mon Sep 17 00:00:00 2001 From: shuaikangzhou <863909694@qq.com> Date: Mon, 13 Nov 2023 21:54:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=BF=97=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .idea/workspace.xml | 36 +++++++++++++++++------------ app/DataBase/output.py | 3 +++ app/Ui/chat/chat.py | 32 ++++++++----------------- app/Ui/contact/analysis/analysis.py | 2 -- app/Ui/contact/analysis/charts.py | 18 +++++++++++---- app/Ui/contact/emotion/emotion.py | 3 +++ app/log/__init__.py | 3 +++ app/log/logger.py | 33 ++++++++++++++++++++++++++ doc/获取个人文件/使用说明.md | 8 +++---- 10 files changed, 90 insertions(+), 49 deletions(-) create mode 100644 app/log/__init__.py create mode 100644 app/log/logger.py diff --git a/.gitignore b/.gitignore index 8dcb401..d8cc5fe 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ app/data/image2 app/data/emoji *.db *.pyc +*.log test* \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e43bc2f..f8f2366 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,15 @@