Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wozulong authored Jan 17, 2025
1 parent b11216e commit e7d4457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ <h1>LINUX DO 抽奖程序</h1>

const systemInfoHtml = `
<p>${data.os_info} | ${data.arch} | Python ${data.python_version}</p>
<p>LINUX DO Lottery <a title="GitHub Releases" target="_blank" href="https://github.com/linux-do/lottery/releases/tag/v${data.lottery_version}">v${data.lottery_version}</a> - ${data.user}</p>
<p>LINUX DO Lottery <a title="GitHub Releases" target="_blank" href="https://github.com/linux-do/lottery/releases/tag/v${data.lottery_version}">v${data.lottery_version}</a></p>
`;

document.getElementById('systemInfoContent').innerHTML = systemInfoHtml;
Expand Down

0 comments on commit e7d4457

Please sign in to comment.