From 494ff469f14f535d2b0447e6fc165d22157133ab Mon Sep 17 00:00:00 2001 From: STDquantum <405720329@qq.com> Date: Sun, 14 Jan 2024 09:59:25 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=A4=9A=E4=BA=86?= =?UTF-8?q?=E4=B8=80=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 485931a..2a8ccd7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +docxcompose==1.4.0 \ No newline at end of file From 89e3095567324228442fe4b5a3064d9accc69e2d Mon Sep 17 00:00:00 2001 From: STDquantum <405720329@qq.com> Date: Sun, 14 Jan 2024 10:11:18 +0800 Subject: [PATCH 2/4] =?UTF-8?q?Revert=20"=E4=BE=9D=E8=B5=96=E5=A4=9A?= =?UTF-8?q?=E4=BA=86=E4=B8=80=E4=B8=AA"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 494ff469f14f535d2b0447e6fc165d22157133ab. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a8ccd7..485931a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,5 @@ soupsieve==2.5 lz4==4.3.2 pilk==0.2.4 python-docx==1.1.0 -docxcompose==1.4.0 \ No newline at end of file +docxcompose==1.4.0 +eyed3==0.9.7 \ No newline at end of file From 98d5aef4bbe5f9846a77435cfefaa2f9f250123a Mon Sep 17 00:00:00 2001 From: STDquantum <405720329@qq.com> Date: Sun, 14 Jan 2024 19:44:42 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=80=E5=90=8E?= =?UTF-8?q?=E4=B8=80=E9=A1=B5=E6=BB=91=E5=88=B0=E5=BA=95=E7=82=B9=E4=B8=8A?= =?UTF-8?q?=E4=B8=80=E9=A1=B5=E4=B8=8D=E6=B8=85=E7=A9=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/resources/data/template.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/resources/data/template.html b/app/resources/data/template.html index 1d13404..932da6c 100644 --- a/app/resources/data/template.html +++ b/app/resources/data/template.html @@ -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) { From ede137261f7e05c84861a36665a15f6e6c180c22 Mon Sep 17 00:00:00 2001 From: STDquantum <405720329@qq.com> Date: Sun, 14 Jan 2024 20:40:38 +0800 Subject: [PATCH 4/4] remove eyed3 --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 485931a..2a8ccd7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +docxcompose==1.4.0 \ No newline at end of file