From 4be0b1b3b64a42d4bc6233dd7fb75dfc539c4828 Mon Sep 17 00:00:00 2001 From: scarqin Date: Thu, 2 Jan 2025 10:07:54 +0800 Subject: [PATCH] feat: api url --- frontend/packages/core/src/pages/aiApis/index.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/packages/core/src/pages/aiApis/index.tsx b/frontend/packages/core/src/pages/aiApis/index.tsx index 9b718899..6d983320 100644 --- a/frontend/packages/core/src/pages/aiApis/index.tsx +++ b/frontend/packages/core/src/pages/aiApis/index.tsx @@ -112,7 +112,13 @@ const ApiSettings: React.FC = () => { dataIndex: 'request_path', key: 'request_path', width: 200, - ellipsis: true + ellipsis: true, + render: (text: string, record: APIKey) => ( +

+ {record.method} + {text} +

+ ) }, { title: '模型',