From d5bfb689c47eda1a0f692e38fa3fcb9073d578b4 Mon Sep 17 00:00:00 2001 From: WispX <1591788658@qq.com> Date: Sun, 15 Mar 2020 16:43:57 +0800 Subject: [PATCH] =?UTF-8?q?:card=5Ffile=5Fbox:=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/sql/install.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application/sql/install.sql b/application/sql/install.sql index f4a10bb7..3499304d 100644 --- a/application/sql/install.sql +++ b/application/sql/install.sql @@ -135,22 +135,22 @@ INSERT INTO `lsky_config` (`id`, `key`, `type`, `input_type`, `name`, `title`, ` (NULL, 'other', 'bool', 'checkbox', 'open_api', '开启API', '是否开放接口', '0', ''), (NULL, 'storage_strategy', 'select', 'text', 'storage_strategy', '储存策略', NULL, 'local', ''), -(NULL, 'local', 'text', 'text', 'local_cdn_domain', 'CDN加速域名', NULL, '', ''), -(NULL, 'oss', 'text', 'text', 'oss_cdn_domain', 'Bucket域名', NULL, '', ''), +(NULL, 'local', 'text', 'text', 'local_cdn_domain', '域名', NULL, '', ''), +(NULL, 'oss', 'text', 'text', 'oss_cdn_domain', '域名', NULL, '', ''), (NULL, 'oss', 'text', 'text', 'oss_access_key_id', 'AccessKeyId', NULL, '', ''), (NULL, 'oss', 'text', 'text', 'oss_access_key_secret', 'AccessKeySecret', NULL, '', ''), (NULL, 'oss', 'text', 'text', 'oss_endpoint', 'Endpoint', '地域节点', '', ''), (NULL, 'oss', 'text', 'text', 'oss_bucket', 'Bucket', NULL, '', ''), -(NULL, 'cos', 'text', 'text', 'cos_cdn_domain', 'CDN加速域名', NULL, '', ''), +(NULL, 'cos', 'text', 'text', 'cos_cdn_domain', '域名', NULL, '', ''), (NULL, 'cos', 'text', 'text', 'cos_secret_id', 'SecretId', NULL, '', ''), (NULL, 'cos', 'text', 'text', 'cos_secret_key', 'SecretKey', NULL, '', ''), (NULL, 'cos', 'text', 'text', 'cos_region', '所属地域', NULL, '', ''), (NULL, 'cos', 'text', 'text', 'cos_bucket', 'Bucket', '储存桶名称', '', ''), -(NULL, 'kodo', 'text', 'text', 'kodo_cdn_domain', 'CDN加速域名', NULL, '', ''), +(NULL, 'kodo', 'text', 'text', 'kodo_cdn_domain', '域名', NULL, '', ''), (NULL, 'kodo', 'text', 'text', 'kodo_access_key', 'AccessKey', NULL, '', ''), (NULL, 'kodo', 'text', 'text', 'kodo_secret_key', 'SecretKey', NULL, '', ''), (NULL, 'kodo', 'text', 'text', 'kodo_bucket', 'Bucket', NULL, '', ''), -(NULL, 'uss', 'text', 'text', 'uss_cdn_domain', 'CDN加速域名', NULL, '', ''), +(NULL, 'uss', 'text', 'text', 'uss_cdn_domain', '域名', NULL, '', ''), (NULL, 'uss', 'text', 'text', 'uss_operator_name', 'OperatorName', '操作员账号', '', ''), (NULL, 'uss', 'text', 'password', 'uss_operator_pwd', 'OperatorPwd', '操作员密码', '', ''), (NULL, 'uss', 'text', 'text', 'uss_service_name', 'ServiceName', '云储存服务名称', '', ''),