From 2bb452b300a0c7a3eff7181a68fdcc70efb26d42 Mon Sep 17 00:00:00 2001 From: elseif Date: Mon, 1 Sep 2025 00:16:44 +0800 Subject: [PATCH] Update index.html Signed-off-by: elseif --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c4d3776..72a3ac2 100644 --- a/index.html +++ b/index.html @@ -659,18 +659,18 @@ const url = `${baseUrl(v.version, g.arch)}${file}`; if (download.versions.length === 4 && d.type in {vhdx:1,vmdk:1,vdi:1,vhd:1,img:1,ova:1} ){ if (v.version.charAt(0) === "6" ){ - return ` Legacy`; + return ` Legacy`; }else{ if (file.includes("legacy-bios")){ - return ` Legacy`; + return ` Legacy`; }else{ - return ` UEFI`; + return ` UEFI`; } } }else{ - return ``; + return ``; } }).join(" "); return `${links}`;