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