feat: refine guide explain UX and QA docs

This commit is contained in:
lyf
2026-06-12 17:20:39 +08:00
parent 2055b13b90
commit a7c1879f60
27 changed files with 2831 additions and 1362 deletions

View File

@@ -22,17 +22,17 @@
<view class="stats-row">
<view class="stat-item">
<text class="stat-value">{{ hall.exhibitCount }}</text>
<text class="stat-label">展品数量</text>
<text class="stat-label">讲解点</text>
</view>
<view class="stat-item">
<text class="stat-value">{{ hall.area }}</text>
<text class="stat-label">展厅面积</text>
<text class="stat-value">{{ hall.floorLabel }}</text>
<text class="stat-label">所在楼层</text>
</view>
</view>
<!-- 展品列表 -->
<!-- 讲解列表 -->
<view class="exhibits-section">
<text class="section-title">展厅展品</text>
<text class="section-title">展厅讲解内容</text>
<view class="exhibits-grid">
<ExhibitCard
v-for="exhibit in exhibits"
@@ -48,7 +48,7 @@
<!-- 底部操作栏 -->
<view class="action-bar">
<view class="action-btn primary" @tap="handleNavigate">
<text class="btn-text">查看展厅位置</text>
<text class="btn-text">查看三维位置</text>
</view>
</view>
</view>