From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/components/billing/usage-info/vector-space-info.tsx | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app/components/billing/usage-info/vector-space-info.tsx b/app/components/billing/usage-info/vector-space-info.tsx index e578280..bb14800 100644 --- a/app/components/billing/usage-info/vector-space-info.tsx +++ b/app/components/billing/usage-info/vector-space-info.tsx @@ -1,10 +1,8 @@ 'use client' import type { FC } from 'react' import React from 'react' -import { - RiHardDrive3Line, -} from '@remixicon/react' import { useTranslation } from 'react-i18next' +import { ArtificialBrain } from '../../base/icons/src/vender/line/development' import UsageInfo from '../usage-info' import { useProviderContext } from '@/context/provider-context' @@ -24,9 +22,9 @@ return ( <UsageInfo className={className} - Icon={RiHardDrive3Line} - name={t('billing.usagePage.vectorSpace')} - tooltip={t('billing.usagePage.vectorSpaceTooltip') as string} + Icon={ArtificialBrain} + name={t('billing.plansCommon.vectorSpace')} + tooltip={t('billing.plansCommon.vectorSpaceTooltip') as string} usage={usage.vectorSpace} total={total.vectorSpace} unit='MB' -- Gitblit v1.8.0