feat: 调整 SIM 切换入口

This commit is contained in:
2026-06-27 17:36:21 +08:00
parent 05a4fd960d
commit 78f7a5f46e
3 changed files with 33 additions and 15 deletions
+5 -3
View File
@@ -144,7 +144,6 @@
<span class="sim-slot__state" id="simSlot0State">--</span>
</div>
<span class="sim-slot__phone" id="simSlot0Phone">--</span>
<button class="button button--secondary button--compact" type="button" data-sim-switch="0">切到SIM1</button>
</article>
<article class="sim-slot" id="simSlot1">
@@ -153,7 +152,6 @@
<span class="sim-slot__state" id="simSlot1State">--</span>
</div>
<span class="sim-slot__phone" id="simSlot1Phone">--</span>
<button class="button button--secondary button--compact" type="button" data-sim-switch="1">切到SIM2</button>
</article>
</div>
</div>
@@ -227,6 +225,10 @@
<span>当前发送SIM</span>
<strong id="sendSimLabel">--</strong>
</p>
<div class="send-sim-picker" aria-label="选择发送SIM">
<button class="button button--secondary button--compact" type="button" data-sim-switch="0">SIM1</button>
<button class="button button--secondary button--compact" type="button" data-sim-switch="1">SIM2</button>
</div>
<form id="smsForm" class="stack-form">
<label class="field">
<span class="field__label">目标号码</span>
@@ -419,4 +421,4 @@
<script src="/assets/admin.js" type="module"></script>
</body>
</html>
</html>