feat: 精简阿里云配置表、minio配置表、腾讯云配置表、七牛云配置表、up配置表、sftp配置表的页面设计

This commit is contained in:
2024-07-13 14:36:46 +08:00
parent e31570936c
commit 1d3b753cbd
10 changed files with 141 additions and 135 deletions

View File

@@ -132,28 +132,7 @@ const User: React.FC<unknown> = () => {
valueType: 'text',
},
{
title: '使用的Region',
dataIndex: 'region',
valueType: 'text',
},
{
title: '域名后缀',
dataIndex: 'end_point_suffix',
valueType: 'text',
},
{
title: 'http proxy代理',
tip: 'http proxy代理如果使用http proxy代理需要设置IP与端口',
dataIndex: 'http_proxy_Ip',
valueType: 'text',
},
{
title: '代理服务器端口',
dataIndex: 'http_proxy_port',
valueType: 'text',
},
{
title: '注册时间',
title: '创建时间',
dataIndex: 'create_time',
valueType: 'dateTime',
},