feat(desktop): drop parked review flow, add publish management
SaaS 侧人工审核后才创建 publish job,desktop 不再做二次审核:移除 manual/waiting_user/parked/from_parked 状态机与 LeaseFromParked 查询, desktop client 只执行发布并新增"发布管理"页(待发布队列 / 历史 / 再次 发送)。同时抽离 @geo/publisher-platforms 共享适配器包、新增 Redis-based desktop_presence 与 publish_record_support,刷新 admin-web 发布弹窗与 媒体库;plan A / spec 文档同步口径。
This commit is contained in:
@@ -152,7 +152,7 @@ const enUS = {
|
||||
},
|
||||
media: {
|
||||
title: "Media Management",
|
||||
description: "Manage media bindings, local extension state, and one-click publishing from a single control plane.",
|
||||
description: "Review desktop-managed media bindings, authorization state, and sync results in one place.",
|
||||
},
|
||||
brands: {
|
||||
title: "Brand Library",
|
||||
|
||||
@@ -152,7 +152,7 @@ const zhCN = {
|
||||
},
|
||||
media: {
|
||||
title: "媒体管理",
|
||||
description: "统一管理媒体账号绑定、本地插件状态和一键发布执行链路。",
|
||||
description: "统一查看桌面端媒体账号绑定、授权状态与同步结果。",
|
||||
},
|
||||
brands: {
|
||||
title: "品牌词库",
|
||||
|
||||
Reference in New Issue
Block a user