feat: add AI and Backend evolution history with interactive demos, and refine Frontend evolution demo

This commit is contained in:
sanbuphy
2026-01-18 10:24:35 +08:00
parent 82be39a9ac
commit 26ed39e1eb
44 changed files with 9868 additions and 2633 deletions
@@ -1625,21 +1625,24 @@ onUnmounted(() => {
width: 100%;
}
.tour-btn {
background: #007acc;
background: linear-gradient(135deg, #007acc 0%, #005999 100%);
border: none;
color: white;
padding: 6px 12px;
border-radius: 4px;
padding: 10px 20px;
border-radius: 6px;
cursor: pointer;
font-size: 13px;
font-weight: 500;
transition: background 0.2s;
font-size: 15px;
font-weight: 600;
transition: all 0.2s;
display: flex;
align-items: center;
gap: 6px;
gap: 8px;
box-shadow: 0 4px 12px rgba(0, 122, 204, 0.3);
}
.tour-btn:hover {
background: #005fa3;
transform: translateY(-1px);
box-shadow: 0 6px 16px rgba(0, 122, 204, 0.4);
}
.tour-btn.stop {
background: #e51400;