mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
Update index.html
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
fd6f36d484
commit
2baf264aec
@ -652,7 +652,7 @@
|
||||
${download.versions.map(v => {
|
||||
if(d.type === "changlog"){
|
||||
const url = "https://download.mikrotik.com/routeros/v.version/CHANGELOG"
|
||||
return `<td><a href="${url}" class="download-btn" title="${d.title}" target="_blank"><i class="fa fa-download"></i></a><td>`;
|
||||
return `<td><a href="${url}" class="download-btn" title="${d.title}" target="_blank"><i class="fa fa-file-text"></i></a></td>`;
|
||||
}else{
|
||||
const files = fileNames(v.version,g.arch,d.type);
|
||||
if (files && files.length > 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user