feat(ui): 页眉加入开发署名(云南派音人工智能科技有限公司 开发)
This commit is contained in:
@@ -85,6 +85,7 @@ export default function PageHeader() {
|
||||
>
|
||||
<Icon name="info" size={14} />
|
||||
</button>
|
||||
<span className="bd-credit">云南派音人工智能科技有限公司 开发</span>
|
||||
<div className="bd-clock">
|
||||
<div className="bd-clock-time">{timeStr}</div>
|
||||
<div className="bd-clock-date">{dateStr} 周{week}</div>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user