ui: 运行中仅显示已浏览内容数

This commit is contained in:
2025-12-16 21:23:03 +08:00
parent 1b707fdace
commit 0e587ca497
16 changed files with 32 additions and 34 deletions

View File

@@ -655,9 +655,7 @@ onBeforeUnmount(() => {
<div v-if="showRuntimeProgress(acc)" class="progress">
<el-progress :percentage="toPercent(acc)" :stroke-width="10" :show-text="false" />
<div class="progress-meta app-muted">
<span>
内容 {{ acc.progress_items || 0 }}<template v-if="acc.total_items">/{{ acc.total_items }}</template>
</span>
<span>内容 {{ acc.progress_items || 0 }}</span>
</div>
</div>