From 4470f9a53871b46ef0b9b1de9830b1179fdaa745 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 15 Mar 2026 20:23:00 +0800 Subject: [PATCH] bugfix --- wwwroot/menu.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui index ef03f58..7b719f7 100644 --- a/wwwroot/menu.ui +++ b/wwwroot/menu.ui @@ -50,8 +50,7 @@ }{% if not loop.last %},{% endif %} {% endfor %} ] - }, - + }{% if not loop.last %},{% endif %} {% endfor %} ] }{% if not loop.last %},{% endif %} @@ -59,3 +58,4 @@ ] } } +{% endif %}