重构一下数据库

This commit is contained in:
2026-01-18 20:35:21 +08:00
parent 485307e7de
commit ff4e069a7e
20 changed files with 477 additions and 131 deletions

View File

@@ -3,7 +3,7 @@
-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
line-height: 1.6;
font-weight: 400;
color: #0f172a;
color: #e2e8f0;
background-color: #0b1120;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;

View File

@@ -478,7 +478,7 @@ onMounted(() => {
background: #0b1120;
position: relative;
padding: 32px 16px;
color: #0f172a;
color: #e2e8f0;
overflow: hidden;
}
.login-page.scanning::before {