⬆️ Change version

This commit is contained in:
Wisp X
2021-07-17 21:58:35 +08:00
parent f1d30f03c1
commit 0688d1192c
+1 -1
View File
@@ -170,6 +170,6 @@ INSERT INTO `lsky_config` (`id`, `key`, `type`, `input_type`, `name`, `title`, `
(NULL, 'audit', 'text', 'text', 'audit_key', 'Key', NULL, '', ''),
(NULL, 'audit', 'select', 'text', 'audit_index', '内容评级', '1=非常严格,2=严格,3=一般', '3', '{\"1\": \"非常严格\", \"2\": \"严格\", \"3\": \"一般\"}'),
(NULL, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.6.3', '');
(NULL, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.6.4', '');
INSERT INTO `lsky_group` (`id`, `strategy`, `name`, `default`, `update_time`, `create_time`) VALUES (NULL, 'local', '默认组', '1', '0', '0');