自动打开商家后台,按平台配置顺序采集页面数据
-{{ crawlState.platformName }}
- {{ crawlState.status === 'paused' ? '已暂停' : '已运行 ' + formatElapsed(elapsedSeconds) }} + {{ + crawlState.status === 'paused' ? '已暂停' : '已运行 ' + formatSeconds(elapsedSeconds) + }}
{{ step.message }}
{{ JSON.stringify(step.result, null, 2) }}
+ class="mt-2 max-h-32 overflow-auto rounded bg-slate-950 p-2 text-[11px] leading-4 text-slate-100">{{
+ JSON.stringify(step.result, null, 2)
+ }}
- {{ errorMessage }} -