⬆️ Upgrade(custom): upgrade electron

This commit is contained in:
Kuingsmile
2025-08-15 11:20:15 +08:00
parent ecc39083c3
commit 0ae27cfeef
3 changed files with 87 additions and 89 deletions

View File

@@ -330,7 +330,6 @@ export default {
.page-content {
background: var(--color-background-secondary);
border-radius: 16px;
backdrop-filter: blur(20px);
box-shadow:
0 8px 8px rgba(0, 0, 0, 0.12),
0 4px 8px rgba(0, 0, 0, 0.08);
@@ -584,7 +583,6 @@ export default {
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(4px);
display: flex;
flex-direction: column;
align-items: center;