UNPKG

dynamic-interaction

Version:

Dynamic interaction 动态交互mcp,用于cursor、windsurf、trae 等 AI 智能编辑器 Agent 运行时交互使用

19 lines (17 loc) 377 B
/* components/button.css */ #send-feedback-btn { padding: 6px 16px; border: none; background-color: #0a84ff; color: white; border-radius: 6px; cursor: pointer; font-size: 14px; font-weight: 500; transition: background-color 0.3s; white-space: nowrap; margin-left: 16px; } #send-feedback-btn:hover { background-color: #0077e0; }