feat: PNG头像替换SVG + 支持/init命令

This commit is contained in:
cc-dan
2026-03-18 01:46:09 +00:00
parent 7ec87714c5
commit 41b7757c19
6 changed files with 112 additions and 92 deletions

View File

@@ -1021,10 +1021,10 @@ body.session-loading-active {
background: transparent;
border: none;
}
/* Codex avatar: GPT logo on green bg */
/* Codex avatar: transparent bg to match the supplied asset */
.msg.assistant.agent-codex .msg-avatar {
background: #10a37f;
color: #fff;
background: transparent;
border: none;
}
.msg-bubble {