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
@@ -9,8 +9,8 @@
<div class="slider-group">
<label>采样频率{{ sampleRate }} /</label>
<input
type="range"
v-model="sliderValue"
type="range"
min="1"
max="50"
step="1"
@@ -31,7 +31,7 @@
</span>
</div>
<div class="inspection-box" v-if="hoveredPixel">
<div v-if="hoveredPixel" class="inspection-box">
<div class="preview-color" :style="{ backgroundColor: hoveredPixel.color }"></div>
<div class="preview-info">
<div class="info-row">
@@ -44,7 +44,7 @@
</div>
</div>
</div>
<div class="inspection-box empty" v-else>
<div v-else class="inspection-box empty">
将鼠标悬停在左侧画布的方块上
</div>
</div>
File diff suppressed because it is too large Load Diff
@@ -15,7 +15,7 @@
</div>
</div>
<div class="detail-panel" v-if="currentLayer">
<div v-if="currentLayer" class="detail-panel">
<div class="detail-header">
<span class="detail-icon">{{ currentLayer.icon }}</span>
<span class="detail-name">{{ currentLayer.name }}</span>