style: open in playground icon
This commit is contained in:
@@ -21,9 +21,9 @@ import {
|
|||||||
DeleteOutlined,
|
DeleteOutlined,
|
||||||
DownOutlined,
|
DownOutlined,
|
||||||
EditOutlined,
|
EditOutlined,
|
||||||
|
ExperimentOutlined,
|
||||||
PictureOutlined,
|
PictureOutlined,
|
||||||
SyncOutlined,
|
SyncOutlined
|
||||||
WechatWorkOutlined
|
|
||||||
} from '@ant-design/icons';
|
} from '@ant-design/icons';
|
||||||
import { PageContainer } from '@ant-design/pro-components';
|
import { PageContainer } from '@ant-design/pro-components';
|
||||||
import { Access, useAccess, useIntl, useNavigate } from '@umijs/max';
|
import { Access, useAccess, useIntl, useNavigate } from '@umijs/max';
|
||||||
@@ -243,7 +243,7 @@ const Models: React.FC<ModelsProps> = ({
|
|||||||
{
|
{
|
||||||
label: 'models.openinplayground',
|
label: 'models.openinplayground',
|
||||||
key: 'chat',
|
key: 'chat',
|
||||||
icon: <WechatWorkOutlined />
|
icon: <ExperimentOutlined />
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'common.button.delete',
|
label: 'common.button.delete',
|
||||||
|
|||||||
Reference in New Issue
Block a user