添加测试、添加总结、全量、rag(todo)3种历史记录保存方式,流式实现

This commit is contained in:
2026-05-05 03:01:20 +08:00
parent 2050a30a52
commit adb59da06d
46 changed files with 4484 additions and 882 deletions

View File

@@ -7,7 +7,7 @@
background-color: var(--color-bg-secondary);
border-bottom: 1px solid var(--color-border-light);
box-shadow: var(--shadow-sm);
z-index: 100; /* 降低层级,不遮挡悬浮提示 */
z-index: var(--z-top-bar); /* ✅ 组件层 - TopBar */
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}

View File

@@ -244,7 +244,7 @@ const Toolbar = () => {
<div className="panel-overlay" ref={panelRef}>
<div className="panel-content settings-panel">
<div className="panel-header">
<h3>系统设置</h3>
<h2>系统设置</h2>
<button className="close-panel-button" onClick={handleClosePanel} title="关闭">
</button>