加入版本显示

This commit is contained in:
2026-08-07 17:37:58 +08:00
parent 01aee47024
commit ea2d33d1bf
7 changed files with 61 additions and 1 deletions
+14
View File
@@ -75,6 +75,20 @@ a {
padding: 16px;
}
.app-footer {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
padding: 8px 0;
font-size: 12px;
color: var(--color-muted);
}
.app-footer-sep {
opacity: 0.5;
}
.topbar {
display: flex;
align-items: center;