mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
feat: api url
This commit is contained in:
@@ -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) => (
|
||||
<p>
|
||||
<Typography.Text type="success">{record.method}</Typography.Text>
|
||||
<span className="ml-1">{text}</span>
|
||||
</p>
|
||||
)
|
||||
},
|
||||
{
|
||||
title: '模型',
|
||||
|
||||
Reference in New Issue
Block a user