feat(ai-protocols): add MCP and A2A protocol demos and documentation

docs(ai-protocols): update AI protocols page with visual demos and detailed explanations
style(git-demos): improve responsive design and layout for git visualization components
refactor(ai-history): simplify and clean up demo components
chore: update config to register new AI protocol components
This commit is contained in:
sanbuphy
2026-02-22 18:26:19 +08:00
parent 4b83a4c23e
commit e5a5b9df5b
31 changed files with 5093 additions and 5333 deletions
@@ -127,6 +127,8 @@ const yLabels = computed(() => {
background: var(--vp-c-bg-soft);
padding: 8px 10px;
margin-bottom: 1rem;
max-width: 100%;
overflow-x: auto;
}
.chart-header {