mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 11:42:20 +08:00
commit
b9c58d82cc
@ -1021,6 +1021,7 @@ input {
|
|||||||
function prevPage() {
|
function prevPage() {
|
||||||
if (currentPage > 1) {
|
if (currentPage > 1) {
|
||||||
currentPage--;
|
currentPage--;
|
||||||
|
reachedBottom = false;
|
||||||
renderPage(currentPage);
|
renderPage(currentPage);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,4 +18,3 @@ lz4==4.3.2
|
|||||||
pilk==0.2.4
|
pilk==0.2.4
|
||||||
python-docx==1.1.0
|
python-docx==1.1.0
|
||||||
docxcompose==1.4.0
|
docxcompose==1.4.0
|
||||||
eyed3==0.9.7
|
|
Loading…
Reference in New Issue
Block a user