chore: re-submit 2026-09-18 changes to verify webhook

- feat(config): add atomic configuration persistence
- fix(ui): repair chat and model settings rendering
- fix(capture): map selections across high-DPI displays
- fix(webview2): scale native bounds for fractional DPI
- chore: remove test scripts from distribution
This commit is contained in:
2026-09-18 16:13:05 +08:00
parent bc0b92bcdc
commit 5ae660574e
52 changed files with 496 additions and 10492 deletions
+10 -4
View File
@@ -893,10 +893,16 @@ body, html {
}
/* ========== 助手正文透明气泡(流式中/完成后一致) ==========
🐛 修复:原选择器 .message.assistant 是死代码(JS 只挂 message-wrapper 类),背景从未渲染 */
/* 🆕 用户决定:助手正文气泡【透明】——不要背景/边框/圆角/内边距(2026-07 像素取证调试后明确:
原死选择器 P0 修复带来的浅灰底不是想要的效果),正文直接裸排在 85% 定宽列内 */
/* ========== 助手正文气泡(流式中/完成后一致) ========== */
.message-wrapper.assistant .reply-content .md-segment {
width: 100%;
box-sizing: border-box;
padding: 10px 14px;
color: #30343b;
background-color: #f6f7f9;
border: 1px solid #eceff3;
border-radius: 8px;
}
.message-wrapper.assistant .reply-content .md-segment + .md-segment {
margin-top: 6px;
}