mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-14 05:21:41 +08:00
优化页面显示
This commit is contained in:
parent
ef7bea7f9c
commit
0e9f66c57f
@ -790,7 +790,7 @@ body{
|
||||
.chat-refer {
|
||||
margin-top: 5px;
|
||||
max-width: 400px;
|
||||
padding: 6px;
|
||||
padding: 9px;
|
||||
border-radius: 5px;
|
||||
position: relative;
|
||||
color: #000;
|
||||
|
@ -48,7 +48,7 @@ def parser_reply(data: bytes):
|
||||
'displayname': '用户名',
|
||||
}
|
||||
}
|
||||
try :
|
||||
try:
|
||||
root = ET.XML(xml_content)
|
||||
appmsg = root.find('appmsg')
|
||||
msg_type = int(appmsg.find('type').text)
|
||||
|
Loading…
Reference in New Issue
Block a user