From 1a4eeb9bae69ac069e6d84800eb0b2d0a390fd8d Mon Sep 17 00:00:00 2001
From: shuaikangzhou <863909694@qq.com>
Date: Sat, 19 Aug 2023 14:44:49 +0800
Subject: [PATCH] =?UTF-8?q?match=E8=AF=AD=E6=B3=95=E8=AF=B4=E6=98=8E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/WeChatMsg.iml | 3 ---
.idea/workspace.xml | 24 +++++++++++++-----------
app/Ui/chat/chatUi.ui | 2 ++
readme.md | 4 ++++
4 files changed, 19 insertions(+), 14 deletions(-)
diff --git a/.idea/WeChatMsg.iml b/.idea/WeChatMsg.iml
index aad402c..ec63674 100644
--- a/.idea/WeChatMsg.iml
+++ b/.idea/WeChatMsg.iml
@@ -4,7 +4,4 @@
-
-
-
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 4f9af65..adc90f2 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,9 +5,11 @@
-
-
-
+
+
+
+
+
@@ -43,15 +45,15 @@
- {
+ "keyToString": {
+ "DefaultHtmlFileTemplate": "HTML File",
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "last_opened_file_path": "D:/Program Files/Python310/Scripts/pyuic5.exe",
+ "settings.editor.selected.configurable": "project.propVCSSupport.CommitDialog"
}
-}]]>
+}
diff --git a/app/Ui/chat/chatUi.ui b/app/Ui/chat/chatUi.ui
index c02a6a7..9c2cadb 100644
--- a/app/Ui/chat/chatUi.ui
+++ b/app/Ui/chat/chatUi.ui
@@ -233,6 +233,8 @@
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
+ margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p>
+ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p></body></html>
diff --git a/readme.md b/readme.md
index 24e9b0f..071a7a1 100644
--- a/readme.md
+++ b/readme.md
@@ -34,6 +34,10 @@
- EnMicroMsg.db——聊天数据库
2. 安装依赖库
+python版本3.10
+
+**说明:用到了python3.10的match语法,不方便更换python版本的小伙伴可以把match(运行报错的地方)更改为if else**
+
命令行运行以下代码
```bash