优化页面显示

This commit is contained in:
STDquantum 2023-12-17 18:43:37 +08:00
parent ef7bea7f9c
commit 0e9f66c57f
2 changed files with 2 additions and 2 deletions

View File

@ -790,7 +790,7 @@ body{
.chat-refer {
margin-top: 5px;
max-width: 400px;
padding: 6px;
padding: 9px;
border-radius: 5px;
position: relative;
color: #000;

View File

@ -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)