Merge pull request #387 from specialpointcentral/attendance

Add configurable attendance CAPTCHA
This commit is contained in:
xiaomlove
2025-10-14 15:04:51 +07:00
committed by GitHub
10 changed files with 165 additions and 73 deletions
+4
View File
@@ -185,6 +185,10 @@ return [
'size_normal' => '普通',
'size_compact' => '紧凑',
],
'attendance' => [
'enabled' => '启用签到验证码',
'enabled_help' => '开启后,用户每天签到前必须完成验证码验证。',
],
],
'meilisearch' => [
'tab_header' => 'Meilisearch',