From 001ed4c17f1065104725c562b021f38fff7d8150 Mon Sep 17 00:00:00 2001 From: wxj Date: Wed, 1 Jul 2026 14:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=A9=E5=B0=8FAPI=E6=B5=8B=E9=80=9F?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=AD=97=E4=BD=93=EF=BC=8C=E4=B8=8EDashboard?= =?UTF-8?q?=E9=A3=8E=E6=A0=BC=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/ApiTester/index.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/pages/ApiTester/index.jsx b/web/src/pages/ApiTester/index.jsx index 32534c5..fad2642 100644 --- a/web/src/pages/ApiTester/index.jsx +++ b/web/src/pages/ApiTester/index.jsx @@ -314,7 +314,7 @@ const ApiTester = () => { {/* 页面标题区 */}
-

+

API 快速测试

@@ -354,7 +354,7 @@ const ApiTester = () => { {showKey ? : }

-
+
{user?.token ? '已自动填充当前登录用户的 Token' : '请填写你的 API Key'}
@@ -419,7 +419,7 @@ const ApiTester = () => {
{customScenes.length === 0 ? ( -
+
调整完地址后,点右上「保存当前」即可收藏到本地
) : ( @@ -480,7 +480,7 @@ const ApiTester = () => {
)} -
+
实际请求: {finalEndpoint}