mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 03:22:17 +08:00
commit
b9c58d82cc
@ -1021,10 +1021,11 @@ input {
|
||||
function prevPage() {
|
||||
if (currentPage > 1) {
|
||||
currentPage--;
|
||||
reachedBottom = false;
|
||||
renderPage(currentPage);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function nextPage() {
|
||||
const totalPages = Math.ceil(chatMessages.length / itemsPerPage);
|
||||
if (currentPage < totalPages) {
|
||||
|
@ -17,5 +17,4 @@ soupsieve==2.5
|
||||
lz4==4.3.2
|
||||
pilk==0.2.4
|
||||
python-docx==1.1.0
|
||||
docxcompose==1.4.0
|
||||
eyed3==0.9.7
|
||||
docxcompose==1.4.0
|
Loading…
Reference in New Issue
Block a user