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
@@ -3,7 +3,7 @@
<div class="pipeline">
<!-- 1. Transformer Output Grid -->
<div class="stage">
<div class="stage-label">1. Processed Patches (Grid)</div>
<div class="stage-label">1. Patch Tokens (Shown as Grid) (Patch Token 网格示意)</div>
<div class="grid-container">
<div
v-for="(item, index) in items"
@@ -19,13 +19,13 @@
<div class="arrow-section">
<div class="arrow-line"></div>
<div class="arrow-text">Flatten & Output</div>
<div class="arrow-text">Reshape for View: Grid Sequence (重排显示网格序列)</div>
</div>
<!-- 2. Feature Vector Sequence -->
<div class="stage">
<div class="stage-label">
2. Feature Vector Sequence (The "Image Sentence")
2. Output Token Sequence (N×D) (输出序列)
</div>
<div class="vector-sequence">
<div