Show WeCom machine name after brand title on shell and login.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-02 11:43:02 +08:00
parent 9427d9c429
commit ead3545df8
5 changed files with 72 additions and 5 deletions
+6
View File
@@ -124,6 +124,12 @@ input {
background: transparent;
}
.brand-machine {
margin-left: 0.15em;
font-weight: 700;
color: var(--accent);
}
.brand-actions {
display: flex;
align-items: center;