Update admin.html

This commit is contained in:
xxnuo 2025-03-20 17:59:40 +08:00
parent f396037ae5
commit 0f6b976d25

8
dist/admin.html vendored
View File

@ -35,7 +35,7 @@
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
max-width: 1200px;
max-width: 1400px;
margin: 20px auto;
padding: 0 20px;
}
@ -427,10 +427,10 @@
<thead>
<tr>
<th class="w-[15%]">条目名称</th>
<th class="w-[15%]">短链名</th>
<th class="w-[30%]">目标 URL</th>
<th class="w-[12%]">短链名</th>
<th class="w-[28%]">目标 URL</th>
<th class="w-[15%]">失效日期</th>
<th class="w-[25%]">操作</th>
<th class="w-[30%]">操作</th>
</tr>
</thead>
<tbody id="mappingsTableBody">