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