修复HTML卡顿的问题

This commit is contained in:
shuaikangzhou
2023-11-22 00:22:50 +08:00
parent 12b14316ce
commit 3414d74bed
5 changed files with 676 additions and 246 deletions

View File

@@ -67,7 +67,7 @@ def get_message_by_num(username_, local_id):
from MSG
where StrTalker = ? and localId < ?
order by CreateTime desc
limit 30
limit 10
'''
result = []
try: