Perf(custom): remove backdrop-filter for better performance

This commit is contained in:
Kuingsmile
2026-01-01 16:26:16 +08:00
parent fa6f2a9070
commit 34fde7a4e6
6 changed files with 610 additions and 616 deletions

View File

@@ -522,7 +522,6 @@ function generateErrorPage(errorCode: number, _e: string): string {
background: rgba(255, 255, 255, 0.95);
border-radius: 15px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10px);
padding: 60px 40px;
text-align: center;
max-width: 500px;