From cebe5361216c94d06ca11ece4f136cdd629d317d Mon Sep 17 00:00:00 2001 From: zhilv Date: Mon, 29 Dec 2025 10:01:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E6=9F=B1=E7=8A=B6?= =?UTF-8?q?=E5=9B=BE=EF=BC=8C=E6=98=BE=E7=A4=BA=E6=AF=8F=E5=B0=8F=E6=97=B6?= =?UTF-8?q?=E5=B9=B3=E5=9D=87=E7=94=A8=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 139 ++++++++++++++++++++++++++++++++----------- 1 file changed, 105 insertions(+), 34 deletions(-) diff --git a/templates/index.html b/templates/index.html index 3209a1e..7d05690 100644 --- a/templates/index.html +++ b/templates/index.html @@ -9,21 +9,21 @@ - - +
-

房间 {{ room_id }} 最近用电情况

+
- + +
@@ -33,19 +33,20 @@ - - {% for i in data[::-1] %} - - - - - - {% endfor %} +
剩余金额 (元)
{{ i.created_at | datetime }}{{ i.left_ele }}{{ i.left_money }}
+ + +
+ + + +
+ \ No newline at end of file