feat: 按 SIM ICCID 隔离短信

This commit is contained in:
2026-06-27 09:27:16 +08:00
parent d8ef61adec
commit c395c3fc4e
8 changed files with 325 additions and 28 deletions
+20
View File
@@ -759,6 +759,26 @@ h3 {
letter-spacing: -0.2px;
}
.message-meta {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
margin-top: 8px;
}
.message-sim {
border: 1px solid var(--hairline);
border-radius: var(--r-pill);
background: var(--surface-soft);
color: var(--muted);
padding: 3px 9px;
font-family: var(--font-mono);
font-size: 11px;
line-height: 1.5;
overflow-wrap: anywhere;
}
.message-item__header time {
color: var(--muted);
font-family: var(--font-sans);