From 64a114c221ab4f54ed00dbe3c25a9fc3cf000198 Mon Sep 17 00:00:00 2001 From: lanrtop Date: Thu, 2 Jul 2026 18:41:17 +0900 Subject: [PATCH] =?UTF-8?q?refactor(ui):=20=E3=80=8CAPI=20=E5=AF=86?= =?UTF-8?q?=E9=92=A5=E3=80=8D=E6=9B=B4=E5=90=8D=E3=80=8C=E5=AF=86=E9=92=A5?= =?UTF-8?q?=E5=87=AD=E6=8D=AE=E3=80=8D=E2=80=94=E2=80=94=E5=90=8D=E5=AE=9E?= =?UTF-8?q?=E4=B8=80=E8=87=B4=EF=BC=8C=E6=89=BF=E8=BD=BD=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E5=87=AD=E6=8D=AE=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dashboard/ApiKeysPanel.tsx | 5 +++-- src/components/resources/ResourcesPage.tsx | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/dashboard/ApiKeysPanel.tsx b/src/components/dashboard/ApiKeysPanel.tsx index f3d1ee4..2266d5b 100644 --- a/src/components/dashboard/ApiKeysPanel.tsx +++ b/src/components/dashboard/ApiKeysPanel.tsx @@ -256,14 +256,15 @@ export function ApiKeysPanel() { {/* 顶部操作栏 */}
-

API 管理

+

密钥凭据

{keys.length} 个 + API Key / Token / 密码等各类凭据统一存放
diff --git a/src/components/resources/ResourcesPage.tsx b/src/components/resources/ResourcesPage.tsx index acff113..d02f596 100644 --- a/src/components/resources/ResourcesPage.tsx +++ b/src/components/resources/ResourcesPage.tsx @@ -13,7 +13,7 @@ const TABS: { id: ResourceTab; label: string }[] = [ { id: "servers", label: "服务器" }, { id: "software", label: "软件仓库" }, { id: "cloud", label: "云产品" }, - { id: "apikeys", label: "API 密钥" }, + { id: "apikeys", label: "密钥凭据" }, { id: "source", label: "源码库" }, ];