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
+18
View File
@@ -69,6 +69,24 @@ const base = site.value.base
</div>
<style>
/* LOGO 容器:负责上下浮动动画 */
.VPHomeHero .image {
animation: float 6s ease-in-out infinite;
}
@media (min-width: 960px) {
/* 给 LOGO 容器设置不可侵犯的左侧边界 */
.VPHomeHero .image {
margin-left: 80px !important;
flex-shrink: 0; /* 保证图片不被挤压 */
}
.VPHomeHero .tagline {
max-width: 450px;
white-space: pre-wrap;
}
}
.VPHomeHero .text {
font-size: 1.8rem;
}