加入首次使用的引导页、写入readme文件

This commit is contained in:
2026-07-23 22:17:48 +08:00
parent 892fc98be2
commit 55fb5d49f7
11 changed files with 766 additions and 1828 deletions
+20
View File
@@ -97,4 +97,24 @@
color: var(--text-dim);
text-align: center;
margin-top: -6px;
}
/* ---------- Logo 区域 ---------- */
.login-logo {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 16px;
}
.login-logo .logo-text {
font-size: 20px;
font-weight: 500;
color: var(--text-primary);
letter-spacing: 2px;
}
.login-logo svg {
width: 64px;
height: 64px;
flex-shrink: 0;
}