From 4808066d374ec015f9e1eaa867376be0dabf98fe Mon Sep 17 00:00:00 2001 From: bitcoinafterlife Date: Tue, 18 Aug 2026 00:33:21 +0000 Subject: [PATCH] Update index.html fix: use real release asset URL from Gitea API instead of hardcoded filename --- index.html | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 8d9a18e..2d8ab12 100644 --- a/index.html +++ b/index.html @@ -823,29 +823,45 @@ items.forEach(d => { if (d.open) items.forEach(o => { if (o !== d) o.open = false; }); }); }); -