From b6281efc16d8d91b7311cf0cb125b3c51f7923aa Mon Sep 17 00:00:00 2001 From: liangxu Date: Fri, 1 May 2026 20:19:21 +0800 Subject: [PATCH] chore(admin-web): rewrite media view copy without internal table names Replace developer-facing references to platform_accounts with user-friendly wording about bound desktop client accounts. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/admin-web/src/views/MediaView.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/admin-web/src/views/MediaView.vue b/apps/admin-web/src/views/MediaView.vue index 60517ae..26e0d87 100644 --- a/apps/admin-web/src/views/MediaView.vue +++ b/apps/admin-web/src/views/MediaView.vue @@ -291,7 +291,7 @@ async function refreshAll(): Promise {

{{ t("route.media.title") }}

-

这里展示 `platform_accounts` 里当前用户已绑定的桌面媒体账号,以及它们是否能立即发布、离线排队或需要处理。

+

这里展示客户端里当前用户已绑定的媒体账号,以及展示它们是否能立即发布、离线排队或需要处理。

@@ -345,7 +345,6 @@ async function refreshAll(): Promise {

已绑定媒体账号

-

只展示当前用户已经写入 `platform_accounts` 的账号,本地没有 session / partition 的账号不会出现在这里。