From 48116309363690a4f8c2e5d0e7e1037bd298ab11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A3=E6=B8=A3120?= Date: Wed, 8 May 2024 16:57:54 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=B2=A1=E6=8A=84=E5=85=A8=E5=AF=BC=E8=87=B4=E7=9A=84=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E6=80=A7=E6=AD=BB=E5=BE=AA=E7=8E=AF=EF=BC=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/index.vue b/src/pages/index.vue index 0bb9c48..8ba953d 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -160,7 +160,7 @@ const test_tetrio_info = () => { continue } - new_min_tr = this.min_tr - offset - overflow + new_min_tr = this.min_tr - offset + overflow if (new_min_tr < 0) { overflow++ @@ -181,6 +181,8 @@ const test_tetrio_info = () => { this.split_interval = (range_max - range_min) / 4 break } + + offset++ } this.offset = offset