feat: 对aide decide进行部分调整

This commit is contained in:
2025-12-15 02:42:40 +08:00
parent 1381e8c7cd
commit ee1468492a
6 changed files with 120 additions and 19 deletions

View File

@@ -265,6 +265,10 @@ body {
backdrop-filter: blur(2px);
}
.success-overlay[hidden] {
display: none;
}
.success-message {
background: var(--color-card);
padding: var(--spacing-xl);
@@ -294,6 +298,10 @@ body {
min-width: 220px;
}
.error-toast[hidden] {
display: none;
}
.error-icon {
font-weight: 700;
}