更新 Hotmail 服务模式为本地助手,禁用远程服务选项,并添加使用教程按钮及相关逻辑

This commit is contained in:
QLHazyCoder
2026-04-14 00:28:39 +08:00
parent cd21a0bdf8
commit 91142271aa
4 changed files with 42 additions and 16 deletions
+19 -5
View File
@@ -327,6 +327,11 @@ header {
gap: 2px;
}
.section-mini-copy .section-label {
font-size: 14px;
letter-spacing: 0.04em;
}
.section-mini-actions {
display: flex;
align-items: center;
@@ -335,11 +340,6 @@ header {
justify-content: flex-end;
}
.section-hint {
color: var(--text-muted);
font-size: 12px;
}
.data-row {
display: flex;
align-items: center;
@@ -496,6 +496,20 @@ 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;