更新带货视频工作流接口和页面

This commit is contained in:
super
2026-07-09 00:27:49 +08:00
parent 0ecf5cd45a
commit aab4ce942c
51 changed files with 4777 additions and 820 deletions
@@ -58,6 +58,7 @@
<main class="delivery-page__body">
<DeliveryVideoWorkspace />
</main>
<DownloadProgressPanel />
</div>
</PageShell>
</template>
@@ -69,6 +70,7 @@ import PageShell from '@/components/layout/PageShell.vue'
import BrandTopBar from '@/pages/brand/components/BrandTopBar.vue'
import DeliveryVideoWorkspace from '@/pages/image-video/components/DeliveryVideoWorkspace.vue'
import { getPywebviewApi } from '@/shared/bridges/pywebview'
import DownloadProgressPanel from '@/shared/components/DownloadProgressPanel.vue'
type ViewMode = 'menu' | 'delivery'
@@ -389,8 +391,17 @@ async function launchDesktop() {
background: #0f0f0f;
}
:global(html),
:global(body),
:global(#app) {
min-height: 100%;
background: #0f0f0f;
}
.delivery-page__body {
min-height: calc(100vh - 64px);
padding: 12px 20px 24px;
background: #0f0f0f;
}
.delivery-page__top-return {