Skip to content

Commit de90d79

Browse files
author
WispX
committed
🐛 修复 BUG
1 parent 089f4fd commit de90d79

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

application/http/middleware/WebAuthenticate.php

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class WebAuthenticate
2121
'auth/register',
2222
'auth/forgot',
2323
'index/api',
24+
'index/gallery'
2425
];
2526

2627
public function handle(Request $request, \Closure $next)

application/sql/install.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,6 @@ INSERT INTO `lsky_config` (`id`, `key`, `type`, `input_type`, `name`, `title`, `
169169
(NULL, 'audit', 'text', 'text', 'audit_key', 'Key', NULL, '', ''),
170170
(NULL, 'audit', 'select', 'text', 'audit_index', '内容评级', '1=所有人,2=少年,3=成人', '3', '{\"1\": \"所有人\", \"2\": \"少年\", \"3\": \"成人\"}'),
171171

172-
(NULL, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.6.1', '');
172+
(NULL, '', 'text', 'text', 'system_version', '系统版本', NULL, '1.6.3', '');
173173

174174
INSERT INTO `lsky_group` (`id`, `strategy`, `name`, `default`, `update_time`, `create_time`) VALUES (NULL, 'local', '默认组', '1', '0', '0');

application/sql/update.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ INSERT IGNORE INTO `lsky_config` (`id`, `key`, `type`, `input_type`, `name`, `ti
106106
-- v1.6.1
107107
UPDATE `lsky_config` SET `value` = '1.6.1' WHERE `lsky_config`.`name` = 'system_version';
108108

109-
-- v1.6.2
110-
UPDATE `lsky_config` SET `value` = '1.6.2' WHERE `lsky_config`.`name` = 'system_version';
109+
-- v1.6.3
110+
UPDATE `lsky_config` SET `value` = '1.6.3' WHERE `lsky_config`.`name` = 'system_version';
111111
INSERT IGNORE INTO `lsky_config` (`id`, `key`, `type`, `input_type`, `name`, `title`, `tip`, `value`, `extend`) VALUES
112112
(NULL, 'other', 'bool', 'checkbox', 'open_gallery', '开启画廊', '开启画廊功能,游客上传的图片将会出现在画廊中', '', '');

public/static/app/font/test.ttf

-8.67 MB
Binary file not shown.

0 commit comments

Comments
 (0)