mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-12 18:11:34 +08:00
Fix icon issues
This commit is contained in:
@@ -178,7 +178,7 @@ export type GlobalAction =
|
||||
"name": "全局策略",
|
||||
"key": "globalpolicy",
|
||||
"path": "/globalpolicy",
|
||||
"icon": "uil:comment-shield",
|
||||
"icon": "icon-park-solid:exchange-three",
|
||||
"access": "system.settings.data_source.view"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -137,7 +137,7 @@ const ServiceHubDetail = () => {
|
||||
key: 'api-integrate',
|
||||
label: $t('集成'),
|
||||
children: <div className={`p-btnbase ${serviceBasicInfo?.serviceKind?.toLocaleLowerCase() === 'ai' ? 'ai-service-api-preview' : ''}`}><Integrate service={service!} /></div>,
|
||||
icon: <BgColorsOutlined />
|
||||
icon: <Icon icon="icon-park-solid:whole-site-accelerator" width="15" height="15" />,
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
@@ -55,8 +55,8 @@ const Integrate = ({ service }: { service: ServiceDetailType }) => {
|
||||
<p className={stepClass}>{$t('步骤二:导入 API 文档数据')}</p>
|
||||
<div className='my-[10px]'>{$t('可通过以下 URL 或 下载 Json 文件,导入 API 文档数据到 Agent 平台中。')}</div>
|
||||
<div className="flex w-full items-center gap-[30px]">
|
||||
<Space.Compact className=" flex-1 ">
|
||||
<Input disabled value={url} />
|
||||
<Space.Compact className="w-[700px]">
|
||||
<Input className="truncate" disabled title={url} value={url} />
|
||||
<Button type="primary" onClick={copyURL}>{$t('复制 URL')}</Button>
|
||||
</Space.Compact>
|
||||
<span className="text-[14px] font-bold">OR</span>
|
||||
|
||||
Reference in New Issue
Block a user