From 4d51a680aa6216ff036bc26d67d65ef7b941a2da Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Mon, 13 Apr 2026 12:21:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=87=E6=B3=A8=E6=94=B9=E5=90=8D?= =?UTF-8?q?=E4=B8=BA=E8=AF=A6=E6=83=85=EF=BC=8C=E6=94=AF=E6=8C=81=E6=8D=A2?= =?UTF-8?q?=E8=A1=8C=E6=98=BE=E7=A4=BA=EF=BC=8C=E6=89=A9=E5=A4=A7=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xian_favor/api.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xian_favor/api.py b/xian_favor/api.py index dc40108..4c096e3 100644 --- a/xian_favor/api.py +++ b/xian_favor/api.py @@ -360,8 +360,8 @@ INDEX_TEMPLATE = '''
- - + +
@@ -458,8 +458,8 @@ INDEX_TEMPLATE = '''
- - + +
@@ -698,7 +698,7 @@ async function showDetail(id) { } if (item.note) { - html += `
备注: ${escapeHtml(item.note)}
`; + html += `
详情/备注:
${escapeHtml(item.note)}
`; } html += `
创建时间: ${formatDate(item.created_at)}
更新时间: ${formatDate(item.updated_at)}
`;