From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +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