推进活动列表第一刀与联调回归

This commit is contained in:
2026-04-03 19:33:16 +08:00
parent b09c21c814
commit 527b4c78a9
34 changed files with 3094 additions and 224 deletions

View File

@@ -94,6 +94,15 @@ export interface BackendCardResult {
type: string
title: string
subtitle?: string | null
summary?: string | null
status?: string | null
statusCode?: string | null
timeWindow?: string | null
ctaText?: string | null
isDefaultExperience?: boolean
eventType?: string | null
currentPresentation?: BackendPresentationSummary | null
currentContentBundle?: BackendContentBundleSummary | null
coverUrl?: string | null
displaySlot: string
displayPriority: number