Preserve publish record history
Frontend CI / Frontend (push) Successful in 3m15s
Backend CI / Backend (push) Successful in 14m44s

This commit is contained in:
2026-06-25 01:52:26 +08:00
parent 24a62fd52c
commit bdfe79c921
8 changed files with 162 additions and 52 deletions
+1
View File
@@ -1269,6 +1269,7 @@ export interface PublishRecord {
brand_deleted?: boolean
article_title?: string | null
platform_account_id?: number | null
platform_uid?: string | null
desktop_account_id: string | null
desktop_task_id?: string | null
target_type?: 'platform_account' | 'enterprise_site' | string