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}