dynamic-interaction
Version:
Dynamic interaction 动态交互mcp,用于cursor、windsurf、trae 等 AI 智能编辑器 Agent 运行时交互使用
34 lines (30 loc) • 571 B
CSS
/* components/panel.css */
.panel-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 16px;
}
.panel h2 {
margin: 0;
font-size: 16px;
font-weight: 600;
color: #e0e0e0;
display: flex;
align-items: center;
gap: 8px;
}
.panel hr {
border: none;
height: 1px;
background-color: rgba(255, 255, 255, 0.1);
margin-bottom: 24px;
}
#summary {
font-size: 14px;
line-height: 1.6;
color: #b0b0b0;
min-height: 300px;
overflow-y: auto;
padding-right: 10px;
}