|
|
@@ -39,7 +39,7 @@ export const useModelPricingData = () => {
|
|
|
const [filterEndpointType, setFilterEndpointType] = useState('all'); // 端点类型筛选: 'all' | string
|
|
|
const [filterVendor, setFilterVendor] = useState('all'); // 供应商筛选: 'all' | 'unknown' | string
|
|
|
const [filterTag, setFilterTag] = useState('all'); // 模型标签筛选: 'all' | string
|
|
|
- const [pageSize, setPageSize] = useState(10);
|
|
|
+ const [pageSize, setPageSize] = useState(100);
|
|
|
const [currentPage, setCurrentPage] = useState(1);
|
|
|
const [currency, setCurrency] = useState('USD');
|
|
|
const [showWithRecharge, setShowWithRecharge] = useState(false);
|