From 28e8f8dc2a4cedbc1655815c6d5972bae651d01d Mon Sep 17 00:00:00 2001 From: WispX Date: Wed, 19 May 2021 08:31:01 +0800 Subject: [PATCH] =?UTF-8?q?:lipstick:=20=E6=9B=B4=E6=94=B9=E9=89=B4?= =?UTF-8?q?=E9=BB=84=E5=86=85=E5=AE=B9=E8=AF=84=E7=BA=A7=E7=9A=84=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/sql/install.sql | 2 +- application/sql/update.sql | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/sql/install.sql b/application/sql/install.sql index c7277dc8..b2d684a3 100644 --- a/application/sql/install.sql +++ b/application/sql/install.sql @@ -167,7 +167,7 @@ INSERT INTO `lsky_config` (`id`, `key`, `type`, `input_type`, `name`, `title`, ` (NULL, 'audit', 'bool', 'checkbox', 'open_audit', '开启图片鉴黄', '接口申请地址:https://www.moderatecontent.com', '0', ''), (NULL, 'audit', 'text', 'text', 'audit_key', 'Key', NULL, '', ''), -(NULL, 'audit', 'select', 'text', 'audit_index', '内容评级', '1=所有人,2=少年,3=成人', '3', '{\"1\": \"所有人\", \"2\": \"少年\", \"3\": \"成人\"}'), +(NULL, 'audit', 'select', 'text', 'audit_index', '内容评级', '1=非常严格,2=严格,3=一般', '3', '{\"1\": \"非常严格\", \"2\": \"严格\", \"3\": \"一般\"}'), (NULL, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.6.3', ''); diff --git a/application/sql/update.sql b/application/sql/update.sql index 7447df91..cae03f2d 100644 --- a/application/sql/update.sql +++ b/application/sql/update.sql @@ -11,7 +11,7 @@ UPDATE `lsky_config` SET `value` = '1.3.2' WHERE `lsky_config`.`name` = 'system_ INSERT IGNORE INTO `lsky_config` (`id`, `key`, `type`, `input_type`, `name`, `title`, `tip`, `value`, `extend`) VALUES (NULL, 'audit', 'bool', 'checkbox', 'open_audit', '开启图片鉴黄', '鉴黄接口申请地址:https://www.moderatecontent.com', '0', ''), (NULL, 'audit', 'text', 'text', 'audit_key', 'Key', NULL, '', ''), -(NULL, 'audit', 'select', 'text', 'audit_index', '内容评级', '1=所有人,2=少年,3=成人', '3', '{\"1\": \"所有人\", \"2\": \"少年\", \"3\": \"成人\"}'), +(NULL, 'audit', 'select', 'text', 'audit_index', '内容评级', '1=非常严格,2=严格,3=一般', '3', '{\"1\": \"非常严格\", \"2\": \"严格\", \"3\": \"一般\"}'), (NULL, 'other', 'bool', 'checkbox', 'open_api', '开启API', '是否开放接口', '0', ''); -- v1.3.3 @@ -109,4 +109,4 @@ UPDATE `lsky_config` SET `value` = '1.6.1' WHERE `lsky_config`.`name` = 'system_ -- v1.6.3 UPDATE `lsky_config` SET `value` = '1.6.3' WHERE `lsky_config`.`name` = 'system_version'; INSERT IGNORE INTO `lsky_config` (`id`, `key`, `type`, `input_type`, `name`, `title`, `tip`, `value`, `extend`) VALUES -(NULL, 'other', 'bool', 'checkbox', 'open_gallery', '开启画廊', '开启画廊功能,游客上传的图片将会出现在画廊中', '', ''); \ No newline at end of file +(NULL, 'other', 'bool', 'checkbox', 'open_gallery', '开启画廊', '开启画廊功能,游客上传的图片将会出现在画廊中', '', '');