mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2025-12-10 03:24:37 +01:00
Update index.html
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
9ad4028007
commit
e8bd998953
1 changed files with 2 additions and 2 deletions
|
|
@ -481,8 +481,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return `<a href="${url}" class="inline-flex items-center gap-1.5 text-blue-500 dark:text-blue-400 hover:underline" title="${file}" target="_blank"><span class="iconify" data-icon="${ICONS.download}"></span> ${label}</a>`;
|
return `<a href="${url}" class="inline-flex items-center gap-1.5 text-blue-500 dark:text-blue-400 hover:underline" title="${file}" target="_blank"><span class="iconify" data-icon="${ICONS.download}"></span> ${label}</a>`;
|
||||||
}).join("<br>");
|
}).join("");
|
||||||
return `<td class="px-6 py-4 text-center space-y-2">${links}</td>`;
|
return `<td class="px-6 py-4 text-center space-x-4">${links}</td>`;
|
||||||
}).join("")}
|
}).join("")}
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue