♻️ Refactor: Move token unit toggle from table header to filter settings

- Remove K/M switch from model price column header in pricing table
- Add "Display in K units" option to pricing display settings panel
- Update parameter passing for tokenUnit and setTokenUnit across components:
  - PricingDisplaySettings: Add tokenUnit toggle functionality
  - PricingSidebar: Pass tokenUnit props to display settings
  - PricingFilterModal: Include tokenUnit in mobile filter modal
- Enhance resetPricingFilters utility to reset token unit to default 'M'
- Clean up PricingTableColumns by removing unused setTokenUnit parameter
- Add English translation for "按K显示单位" as "Display in K units"

This change improves UX by consolidating all display-related controls
in the filter settings panel, making the interface more organized and
the token unit setting more discoverable alongside other display options.

Affected components:
- PricingTableColumns.js
- PricingDisplaySettings.jsx
- PricingSidebar.jsx
- PricingFilterModal.jsx
- PricingTable.jsx
- utils.js (resetPricingFilters)
- en.json (translations)
This commit is contained in:
t0ng7u
2025-07-24 17:10:08 +08:00
parent e417c269eb
commit 1880164e29
24 changed files with 963 additions and 559 deletions

View File

@@ -20,7 +20,7 @@ For commercial licensing, please contact support@quantumnous.com
import React from 'react';
import { Layout, ImagePreview } from '@douyinfe/semi-ui';
import PricingSidebar from './PricingSidebar';
import PricingContent from './PricingContent';
import PricingContent from './content/PricingContent';
import { useModelPricingData } from '../../../../hooks/model-pricing/useModelPricingData';
import { useIsMobile } from '../../../../hooks/common/useIsMobile';

View File

@@ -45,6 +45,8 @@ const PricingSidebar = ({
setFilterEndpointType,
currentPage,
setCurrentPage,
tokenUnit,
setTokenUnit,
loading,
t,
...categoryProps
@@ -63,6 +65,7 @@ const PricingSidebar = ({
setFilterQuotaType,
setFilterEndpointType,
setCurrentPage,
setTokenUnit,
});
return (
@@ -90,6 +93,8 @@ const PricingSidebar = ({
setShowRatio={setShowRatio}
viewMode={viewMode}
setViewMode={setViewMode}
tokenUnit={tokenUnit}
setTokenUnit={setTokenUnit}
loading={loading}
t={t}
/>

View File

@@ -18,15 +18,15 @@ For commercial licensing, please contact support@quantumnous.com
*/
import React from 'react';
import PricingSearchBar from './PricingSearchBar';
import PricingTopSection from '../header/PricingTopSection';
import PricingView from './PricingView';
const PricingContent = ({ isMobile, sidebarProps, ...props }) => {
return (
<div className={isMobile ? "pricing-content-mobile" : "pricing-scroll-hide"}>
{/* 固定的搜索和操作区域 */}
{/* 固定的顶部区域(分类介绍 + 搜索和操作 */}
<div className="pricing-search-header">
<PricingSearchBar {...props} isMobile={isMobile} sidebarProps={sidebarProps} />
<PricingTopSection {...props} isMobile={isMobile} sidebarProps={sidebarProps} />
</div>
{/* 可滚动的内容区域 */}

View File

@@ -18,8 +18,8 @@ For commercial licensing, please contact support@quantumnous.com
*/
import React from 'react';
import PricingTable from '../view/PricingTable';
import PricingCardView from '../view/PricingCardView';
import PricingTable from '../../view/table/PricingTable';
import PricingCardView from '../../view/card/PricingCardView';
const PricingView = ({
viewMode = 'table',

View File

@@ -0,0 +1,228 @@
/*
Copyright (C) 2025 QuantumNous
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
For commercial licensing, please contact support@quantumnous.com
*/
import React, { useState, useEffect } from 'react';
import { Card, Tag, Avatar, AvatarGroup } from '@douyinfe/semi-ui';
const PricingCategoryIntro = ({
activeKey,
modelCategories,
categoryCounts,
availableCategories,
t
}) => {
// 轮播动效状态(只对全部模型生效)
const [currentOffset, setCurrentOffset] = useState(0);
// 获取除了 'all' 之外的可用分类
const validCategories = (availableCategories || []).filter(key => key !== 'all');
// 设置轮播定时器(只对全部模型且有足够头像时生效)
useEffect(() => {
if (activeKey !== 'all' || validCategories.length <= 3) {
setCurrentOffset(0); // 重置偏移
return;
}
const interval = setInterval(() => {
setCurrentOffset(prev => (prev + 1) % validCategories.length);
}, 2000); // 每2秒切换一次
return () => clearInterval(interval);
}, [activeKey, validCategories.length]);
// 如果没有有效的分类键或分类数据,不显示
if (!activeKey || !modelCategories) {
return null;
}
const modelCount = categoryCounts[activeKey] || 0;
// 获取分类描述信息
const getCategoryDescription = (categoryKey) => {
const descriptions = {
all: t('查看所有可用的AI模型包括文本生成、图像处理、音频转换等多种类型的模型。'),
openai: t('令牌分发介绍SSVIP 为纯OpenAI官方。SVIP 为纯Azure。Default 为Azure 消费。VIP为近似的复数。VVIP为近似的书发。'),
anthropic: t('Anthropic Claude系列模型以安全性和可靠性著称擅长对话、分析和创作任务。'),
gemini: t('Google Gemini系列模型具备强大的多模态能力支持文本、图像和代码理解。'),
moonshot: t('月之暗面Moonshot系列模型专注于长文本处理和深度理解能力。'),
zhipu: t('智谱AI ChatGLM系列模型在中文理解和生成方面表现优秀。'),
qwen: t('阿里云通义千问系列模型,覆盖多个领域的智能问答和内容生成。'),
deepseek: t('DeepSeek系列模型在代码生成和数学推理方面具有出色表现。'),
minimax: t('MiniMax ABAB系列模型专注于对话和内容创作的AI助手。'),
baidu: t('百度文心一言系列模型,在中文自然语言处理方面具有强大能力。'),
xunfei: t('科大讯飞星火系列模型,在语音识别和自然语言理解方面领先。'),
midjourney: t('Midjourney图像生成模型专业的AI艺术创作和图像生成服务。'),
tencent: t('腾讯混元系列模型提供全面的AI能力和企业级服务。'),
cohere: t('Cohere Command系列模型专注于企业级自然语言处理应用。'),
cloudflare: t('Cloudflare Workers AI模型提供边缘计算和高性能AI服务。'),
ai360: t('360智脑系列模型在安全和智能助手方面具有独特优势。'),
yi: t('零一万物Yi系列模型提供高质量的多语言理解和生成能力。'),
jina: t('Jina AI模型专注于嵌入和向量搜索的AI解决方案。'),
mistral: t('Mistral AI系列模型欧洲领先的开源大语言模型。'),
xai: t('xAI Grok系列模型具有独特的幽默感和实时信息处理能力。'),
llama: t('Meta Llama系列模型开源的大语言模型在各种任务中表现优秀。'),
doubao: t('字节跳动豆包系列模型,在内容创作和智能对话方面表现出色。'),
};
return descriptions[categoryKey] || t('该分类包含多种AI模型适用于不同的应用场景。');
};
// 为全部模型创建特殊的头像组合
const renderAllModelsAvatar = () => {
// 重新排列数组,让当前偏移量的头像在第一位
const rotatedCategories = validCategories.length > 3 ? [
...validCategories.slice(currentOffset),
...validCategories.slice(0, currentOffset)
] : validCategories;
// 如果没有有效分类,使用模型分类名称的前两个字符
if (validCategories.length === 0) {
// 获取所有分类(除了 'all')的名称前两个字符
const fallbackCategories = Object.entries(modelCategories)
.filter(([key]) => key !== 'all')
.slice(0, 3)
.map(([key, category]) => ({
key,
label: category.label,
text: category.label.slice(0, 2) || key.slice(0, 2).toUpperCase()
}));
return (
<div className="min-w-16 h-16 rounded-2xl bg-white shadow-sm flex items-center justify-center px-2">
<AvatarGroup size="default" overlapFrom='end'>
{fallbackCategories.map((item) => (
<Avatar
key={item.key}
size="default"
color="transparent"
alt={item.label}
>
{item.text}
</Avatar>
))}
</AvatarGroup>
</div>
);
}
return (
<div className="min-w-16 h-16 rounded-2xl bg-white shadow-sm flex items-center justify-center px-2">
<AvatarGroup
maxCount={4}
size="default"
overlapFrom='end'
key={currentOffset}
renderMore={(restNumber) => (
<Avatar
size="default"
style={{ backgroundColor: 'transparent', color: 'var(--semi-color-text-0)' }}
alt={`${restNumber} more categories`}
>
{`+${restNumber}`}
</Avatar>
)}
>
{rotatedCategories.map((categoryKey) => {
const category = modelCategories[categoryKey];
return (
<Avatar
key={categoryKey}
size="default"
color="transparent"
alt={category?.label || categoryKey}
>
{category?.icon ?
React.cloneElement(category.icon, { size: 20 }) :
(category?.label?.charAt(0) || categoryKey.charAt(0).toUpperCase())
}
</Avatar>
);
})}
</AvatarGroup>
</div>
);
};
// 为具体分类渲染单个图标
const renderCategoryAvatar = (category) => (
<div className="w-16 h-16 rounded-2xl bg-white shadow-sm flex items-center justify-center">
{category.icon && React.cloneElement(category.icon, { size: 40 })}
</div>
);
// 如果是全部模型分类
if (activeKey === 'all') {
return (
<div className='mb-4'>
<Card className="!rounded-2xl" bodyStyle={{ padding: '24px' }}>
<div className="flex items-start space-x-4">
{/* 全部模型的头像组合 */}
{renderAllModelsAvatar()}
{/* 分类信息 */}
<div className="flex-1">
<div className="flex items-center space-x-3 mb-2">
<h2 className="text-xl font-bold text-gray-900">{modelCategories.all.label}</h2>
<Tag color="white" shape="circle" size="small">
{t('共 {{count}} 个模型', { count: modelCount })}
</Tag>
</div>
<p className="text-sm text-gray-600 leading-relaxed">
{getCategoryDescription(activeKey)}
</p>
</div>
</div>
</Card>
</div>
);
}
// 具体分类
const currentCategory = modelCategories[activeKey];
if (!currentCategory) {
return null;
}
return (
<div className='mb-4'>
<Card className="!rounded-2xl" bodyStyle={{ padding: '24px' }}>
<div className="flex items-start space-x-4">
{/* 分类图标 */}
{renderCategoryAvatar(currentCategory)}
{/* 分类信息 */}
<div className="flex-1">
<div className="flex items-center space-x-3 mb-2">
<h2 className="text-xl font-bold text-gray-900">{currentCategory.label}</h2>
<Tag color="white" shape="circle" size="small">
{t('共 {{count}} 个模型', { count: modelCount })}
</Tag>
</div>
<p className="text-sm text-gray-600 leading-relaxed">
{getCategoryDescription(activeKey)}
</p>
</div>
</div>
</Card>
</div>
);
};
export default PricingCategoryIntro;

View File

@@ -0,0 +1,75 @@
/*
Copyright (C) 2025 QuantumNous
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
For commercial licensing, please contact support@quantumnous.com
*/
import React from 'react';
import { Card, Skeleton } from '@douyinfe/semi-ui';
const PricingCategoryIntroSkeleton = ({
isAllModels = false
}) => {
const placeholder = (
<div className='mb-4'>
<Card className="!rounded-2xl" bodyStyle={{ padding: '24px' }}>
<div className="flex items-start space-x-4">
{/* 分类图标骨架 */}
<div className="min-w-16 h-16 rounded-2xl bg-white shadow-sm flex items-center justify-center px-2">
{isAllModels ? (
<div className="flex items-center">
{Array.from({ length: 5 }).map((_, index) => (
<Skeleton.Avatar
key={index}
active
size="default"
style={{
width: 40,
height: 40,
marginRight: index < 4 ? -10 : 0,
}}
/>
))}
</div>
) : (
<Skeleton.Avatar active size="large" style={{ width: 40, height: 40, borderRadius: 8 }} />
)}
</div>
{/* 分类信息骨架 */}
<div className="flex-1">
<div className="flex items-center space-x-3 mb-2">
<Skeleton.Title active style={{ width: 120, height: 24, marginBottom: 0 }} />
<Skeleton.Button active size="small" style={{ width: 80, height: 20, borderRadius: 12 }} />
</div>
<Skeleton.Paragraph
active
rows={2}
style={{ marginBottom: 0 }}
title={false}
/>
</div>
</div>
</Card>
</div>
);
return (
<Skeleton loading={true} active placeholder={placeholder}></Skeleton>
);
};
export default PricingCategoryIntroSkeleton;

View File

@@ -0,0 +1,54 @@
/*
Copyright (C) 2025 QuantumNous
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
For commercial licensing, please contact support@quantumnous.com
*/
import React from 'react';
import PricingCategoryIntro from './PricingCategoryIntro';
import PricingCategoryIntroSkeleton from './PricingCategoryIntroSkeleton';
import { useMinimumLoadingTime } from '../../../../../hooks/common/useMinimumLoadingTime';
const PricingCategoryIntroWithSkeleton = ({
loading = false,
activeKey,
modelCategories,
categoryCounts,
availableCategories,
t
}) => {
const showSkeleton = useMinimumLoadingTime(loading);
if (showSkeleton) {
return (
<PricingCategoryIntroSkeleton
isAllModels={activeKey === 'all'}
/>
);
}
return (
<PricingCategoryIntro
activeKey={activeKey}
modelCategories={modelCategories}
categoryCounts={categoryCounts}
availableCategories={availableCategories}
t={t}
/>
);
};
export default PricingCategoryIntroWithSkeleton;

View File

@@ -20,9 +20,10 @@ For commercial licensing, please contact support@quantumnous.com
import React, { useMemo, useState } from 'react';
import { Input, Button } from '@douyinfe/semi-ui';
import { IconSearch, IconCopy, IconFilter } from '@douyinfe/semi-icons';
import PricingFilterModal from '../modal/PricingFilterModal';
import PricingFilterModal from '../../modal/PricingFilterModal';
import PricingCategoryIntroWithSkeleton from './PricingCategoryIntroWithSkeleton';
const PricingSearchBar = ({
const PricingTopSection = ({
selectedRowKeys,
copyText,
handleChange,
@@ -30,6 +31,11 @@ const PricingSearchBar = ({
handleCompositionEnd,
isMobile,
sidebarProps,
activeKey,
modelCategories,
categoryCounts,
availableCategories,
loading,
t
}) => {
const [showFilterModal, setShowFilterModal] = useState(false);
@@ -76,6 +82,17 @@ const PricingSearchBar = ({
return (
<>
{/* 分类介绍区域(含骨架屏) */}
<PricingCategoryIntroWithSkeleton
loading={loading}
activeKey={activeKey}
modelCategories={modelCategories}
categoryCounts={categoryCounts}
availableCategories={availableCategories}
t={t}
/>
{/* 搜索和操作区域 */}
{SearchAndActions}
{/* 移动端筛选Modal */}
@@ -91,4 +108,4 @@ const PricingSearchBar = ({
);
};
export default PricingSearchBar;
export default PricingTopSection;