chore: rebuild CentOS7 release package

This commit is contained in:
shiyue
2026-06-29 21:44:24 +08:00
parent ff313807e6
commit 8e4b20f15d
4 changed files with 155 additions and 2 deletions

View File

@@ -2681,6 +2681,27 @@ html[data-divider-time='hide'] .msg-bubble .agent-message-divider span {
.msg-bubble h3 { font-size: 1.05em; }
.msg-bubble a { color: var(--info); text-decoration: none; }
.msg-bubble a:hover { text-decoration: underline; }
.msg-bubble a.local-file-link {
display: inline-flex;
align-items: baseline;
max-width: 100%;
overflow-wrap: anywhere;
font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace;
font-size: 0.95em;
color: var(--accent);
}
.msg-bubble a.local-file-link::before {
content: 'file';
margin-right: 4px;
padding: 0 4px;
border: 1px solid var(--border-color);
border-radius: 4px;
color: var(--text-muted);
font-family: inherit;
font-size: 0.76em;
line-height: 1.35;
text-decoration: none;
}
.msg-bubble blockquote {
border-left: 3px solid var(--border-color);
padding-left: 12px;