From e7d445739e7efdbadaf6e4e1c5eb74636d11345a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E7=A7=A6=E5=A7=8B=E7=9A=87?= Date: Thu, 16 Jan 2025 22:29:16 -0800 Subject: [PATCH] Update index.html --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 4bdeff0..2c27083 100644 --- a/static/index.html +++ b/static/index.html @@ -287,7 +287,7 @@

LINUX DO 抽奖程序

const systemInfoHtml = `

${data.os_info} | ${data.arch} | Python ${data.python_version}

-

LINUX DO Lottery v${data.lottery_version} - ${data.user}

+

LINUX DO Lottery v${data.lottery_version}

`; document.getElementById('systemInfoContent').innerHTML = systemInfoHtml;