Merge branch 'hotmail邮箱支持' into master

This commit is contained in:
QLHazyCoder
2026-04-14 00:40:44 +08:00
11 changed files with 1656 additions and 259 deletions
+25 -5
View File
@@ -499,6 +499,11 @@ header {
gap: 2px;
}
.section-mini-copy .section-label {
font-size: 14px;
letter-spacing: 0.04em;
}
.section-mini-actions {
display: flex;
align-items: center;
@@ -507,11 +512,6 @@ header {
justify-content: flex-end;
}
.section-hint {
color: var(--text-muted);
font-size: 12px;
}
.data-row {
display: flex;
align-items: center;
@@ -668,6 +668,26 @@ header {
box-shadow: 0 0 0 1px var(--blue-glow);
}
.choice-btn:disabled {
border-color: var(--border);
background: var(--bg-elevated);
color: var(--text-muted);
cursor: not-allowed;
box-shadow: none;
}
.choice-btn:disabled:hover {
border-color: var(--border);
background: var(--bg-elevated);
color: var(--text-muted);
}
#btn-fetch-email,
#btn-save-settings {
padding-inline: 10px;
flex-shrink: 0;
}
.data-inline-btn {
flex-shrink: 0;
min-width: 56px;