📌 Pinning dependencies to specific versions.

This commit is contained in:
WispX
2020-03-13 00:19:45 +08:00
parent bf173ccacd
commit e62912a267
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -166,6 +166,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.5.7', '');
(NULL, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.5.8', '');
INSERT INTO `lsky_group` (`id`, `strategy`, `name`, `default`, `update_time`, `create_time`) VALUES (NULL, 'local', '默认组', '1', '0', '0');