From 71a3a2ca27935c753bcabcb8fd1bbd746df2b6a6 Mon Sep 17 00:00:00 2001 From: WispX <1591788658@qq.com> Date: Tue, 1 Jan 2019 12:30:08 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BF=AE=E5=A4=8D=E4=B8=8A=E4=B8=AA?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=83=E7=89=9B=E4=BA=91=E3=80=81=E5=8F=88?= =?UTF-8?q?=E6=8B=8D=E4=BA=91=E5=9B=BE=E7=89=87=E6=97=A0=E6=B3=95=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=9A=84bug=20-=20=E5=A2=9E=E5=8A=A0=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E9=BB=98=E8=AE=A4=E6=96=87=E4=BB=B6=E5=A4=B9=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sql b/install.sql index 4b56eb4f..5b17f33f 100644 --- a/install.sql +++ b/install.sql @@ -79,7 +79,7 @@ INSERT INTO `lsky_config` (`id`, `key`, `type`, `input_type`, `name`, `title`, ` (38, 'uss', 'text', 'text', 'uss_operator_name', 'OperatorName', '操作员账号', '', ''), (39, 'uss', 'text', 'password', 'uss_operator_pwd', 'OperatorPwd', '操作员密码', '', ''), (40, 'uss', 'text', 'text', 'uss_service_name', 'ServiceName', '云储存服务名称', '', ''), -(41, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.4.1', ''), +(41, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.4.2', ''), (42, 'audit', 'bool', 'checkbox', 'open_audit', '开启图片鉴黄', '鉴黄接口申请地址:https://www.moderatecontent.com', '0', ''),