From 985732bd8715c5ca097bf9d16ed657d8d70d3d83 Mon Sep 17 00:00:00 2001 From: zhilv Date: Mon, 29 Dec 2025 09:41:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=94=B5=E9=87=8F=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E9=80=86=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/templates/index.html b/templates/index.html index 0253d6d..3209a1e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -34,21 +34,15 @@ - {% for i in data %} + {% for i in data[::-1] %} {{ i.created_at | datetime }} {{ i.left_ele }} {{ i.left_money }} {% endfor %} - - -
- 返回首页 -
-