feat: 更新附录交互组件和文档

This commit is contained in:
sanbuphy
2026-02-24 00:18:09 +08:00
parent d45df3cda5
commit 94f9db0834
88 changed files with 11797 additions and 7634 deletions
@@ -44,8 +44,7 @@
:class="{
sending: sendingBit === i && activeType === 'serial'
}"
>{{ bit }}</span
>
>{{ bit }}</span>
</div>
</div>
<div class="channels">
@@ -57,8 +56,7 @@
:key="i"
class="flow-dot"
:class="{ active: sendingBit !== null }"
></span
>
></span>
</div>
</div>
<div v-else class="channel parallel">
@@ -119,8 +117,7 @@
</div>
<div class="info-box">
<strong>核心思想</strong
>现代高速传输多采用串行方式虽然并行"看起来"更快一次传多位但串行可以跑更高频率抗干扰更强实际速度反而更快
<strong>核心思想</strong>现代高速传输多采用串行方式虽然并行"看起来"更快一次传多位但串行可以跑更高频率抗干扰更强实际速度反而更快
</div>
</div>
</template>