From 13a0e12b341729ead7365b89248e2e9677997029 Mon Sep 17 00:00:00 2001 From: mac Date: Wed, 3 Jun 2026 14:51:03 +0800 Subject: [PATCH] =?UTF-8?q?v1.2.2=20=E2=80=94=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=8F=96=E6=B6=88=E6=8C=89=E9=92=AE=E6=97=A0?= =?UTF-8?q?=E5=93=8D=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - renderWishes 挂到 window 供内联 onclick 调用 --- static/app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/app.js b/static/app.js index 1f333f9..15677a8 100644 --- a/static/app.js +++ b/static/app.js @@ -722,7 +722,7 @@ '' + '
' + '' + - '' + + '' + '
' + ''; } @@ -896,6 +896,8 @@ btn.classList.toggle('active', editing); }; + window.renderWishes = renderWishes; + /* ================================================================ Init ================================================================ */