feat(hotmail): 添加 Hotmail 账号池的展开/收起功能及持久化状态支持

This commit is contained in:
QLHazyCoder
2026-04-28 23:37:10 +08:00
parent f399277047
commit 854d726cce
4 changed files with 164 additions and 60 deletions
+14
View File
@@ -798,6 +798,20 @@ header {
white-space: nowrap;
}
.section-collapse-body {
display: flex;
flex-direction: column;
gap: 9px;
}
.section-collapse-body[hidden] {
display: none;
}
#btn-toggle-hotmail-section {
white-space: nowrap;
}
.ip-proxy-fold {
width: 100%;
border: none;