From aed8b2097349a97188fdb3f58b2d0490fd02e371 Mon Sep 17 00:00:00 2001 From: liangxu Date: Mon, 27 Apr 2026 12:21:20 +0800 Subject: [PATCH] feat(desktop-client): open account workbench and copy errors from publish list Replace the raw external URL link with an in-app shortcut that opens the bound account's platform console window, and add a one-click copy button for failure error messages (with truncation + tooltip preview) so long adapter errors stay readable in the task table. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../renderer/views/PublishManagementView.vue | 97 +++++++++++++++++-- 1 file changed, 89 insertions(+), 8 deletions(-) diff --git a/apps/desktop-client/src/renderer/views/PublishManagementView.vue b/apps/desktop-client/src/renderer/views/PublishManagementView.vue index 79cb86d..27d68a8 100644 --- a/apps/desktop-client/src/renderer/views/PublishManagementView.vue +++ b/apps/desktop-client/src/renderer/views/PublishManagementView.vue @@ -1,7 +1,9 @@