chore: rebuild CentOS7 release package

This commit is contained in:
shiyue
2026-06-25 21:52:09 +08:00
parent 04dd48deb2
commit c387c92e4b
11 changed files with 924 additions and 34 deletions

View File

@@ -2376,11 +2376,22 @@ body.session-loading-active {
border-bottom-left-radius: 4px;
color: var(--text-primary);
}
.msg-last-section-btn {
.msg-action-row {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 6px;
margin-top: 8px;
}
.msg-action-row:empty {
display: none;
}
.msg-last-section-btn,
.msg-branch-btn {
appearance: none;
width: 28px;
height: 28px;
margin: 8px 0 0 auto;
margin: 0;
padding: 0;
display: flex;
align-items: center;
@@ -2393,21 +2404,25 @@ body.session-loading-active {
opacity: 0.72;
transition: opacity 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.msg-last-section-btn[hidden] {
.msg-last-section-btn[hidden],
.msg-branch-btn[hidden] {
display: none;
}
.msg-last-section-btn svg {
.msg-last-section-btn svg,
.msg-branch-btn svg {
display: block;
flex-shrink: 0;
}
.msg-last-section-btn:hover {
.msg-last-section-btn:hover,
.msg-branch-btn:hover {
opacity: 1;
background: var(--bg-tertiary);
border-color: var(--accent);
color: var(--accent);
transform: translateY(-1px);
}
.msg-last-section-btn:focus-visible {
.msg-last-section-btn:focus-visible,
.msg-branch-btn:focus-visible {
opacity: 1;
outline: 2px solid rgba(91, 126, 161, 0.28);
outline-offset: 2px;
@@ -4167,6 +4182,19 @@ html[data-divider-time='hide'] .msg-bubble .agent-message-divider span {
}
.settings-field input:focus,
.settings-select:focus { border-color: var(--accent); }
.settings-field input:disabled,
.settings-select:disabled {
cursor: not-allowed;
opacity: 0.55;
}
.settings-field-disabled {
opacity: 0.65;
}
.settings-retry-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 12px;
}
.settings-select {
-webkit-appearance: none;
appearance: none;
@@ -4219,6 +4247,7 @@ html[data-divider-time='hide'] .msg-bubble .agent-message-divider span {
.settings-panel { width: 95%; padding: 20px 16px; }
.settings-nav-card { padding: 13px 14px; }
.settings-back { width: 32px; height: 32px; }
.settings-retry-grid { grid-template-columns: 1fr; }
}
/* === Force Change Password Overlay === */