Update index.html

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2025-08-27 19:31:24 +08:00 committed by GitHub
parent 60728d6fe2
commit 73d90b27e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -752,7 +752,7 @@
const commandDiv = document.getElementById("command");
const copyBtn = document.getElementById("copy-btn");
versionBtns.innerHTML = `
<span style="color:#333" data-i18n="installCmdLabel"></span>
<span data-i18n="installCmdLabel"></span>
<label><input type="radio" name="tool" value="curl" checked>curl</label>
<label><input type="radio" name="tool" value="wget">wget</label>
<button data-version="${routeros7_stable}">RouterOS v7 Stable</button>