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
d3fa483c4b
commit
8603498d39
1 changed files with 9 additions and 9 deletions
18
index.html
18
index.html
|
|
@ -231,15 +231,15 @@
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<!-- Command display area with copy button -->
|
||||||
<!-- Command display area with copy button -->
|
<div id="command-container" class="relative bg-slate-900 dark:bg-black/50 p-4 text-sm">
|
||||||
<div id="command-container" class="relative bg-slate-900 dark:bg-black/50 p-4 text-sm">
|
<button id="copy-btn" class="absolute top-3 right-3 p-1.5 bg-slate-700 hover:bg-slate-600 rounded-md text-slate-300 hover:text-white transition-colors">
|
||||||
<button id="copy-btn" class="absolute top-3 right-3 p-1.5 bg-slate-700 hover:bg-slate-600 rounded-md text-slate-300 hover:text-white transition-colors">
|
<span class="sr-only">Copy command</span>
|
||||||
<span class="sr-only">Copy command</span>
|
<span class="iconify text-lg copy-icon" data-icon="ph:copy-bold"></span>
|
||||||
<span class="iconify text-lg copy-icon" data-icon="ph:copy-bold"></span>
|
<span class="iconify text-lg check-icon hidden" data-icon="ph:check-bold"></span>
|
||||||
<span class="iconify text-lg check-icon hidden" data-icon="ph:check-bold"></span>
|
</button>
|
||||||
</button>
|
<div id="command"></div>
|
||||||
<div id="command"></div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue