feat(ui): 页眉加入开发署名(云南派音人工智能科技有限公司 开发)

This commit is contained in:
Pine
2026-08-18 02:25:31 +08:00
parent 26f92837b3
commit 10db36aa3f
2 changed files with 11 additions and 0 deletions
+10
View File
@@ -2685,3 +2685,13 @@
font-size: 11px;
color: #9fb0c6;
}
/* 页眉开发署名 */
.bd-credit {
flex: none;
font-size: 11px;
color: var(--bd-sub, #7d8fa9);
white-space: nowrap;
letter-spacing: 0.02em;
padding: 0 4px;
}