mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
exam add user filter: register_days_range
This commit is contained in:
@@ -15,6 +15,7 @@ return [
|
||||
\App\Models\Exam::FILTER_USER_CLASS => '用戶等級',
|
||||
\App\Models\Exam::FILTER_USER_REGISTER_TIME_RANGE => '註冊時間範圍',
|
||||
\App\Models\Exam::FILTER_USER_DONATE => '是否捐贈',
|
||||
\App\Models\Exam::FILTER_USER_REGISTER_DAYS_RANGE => '註冊天數範圍',
|
||||
],
|
||||
'require_value' => '要求',
|
||||
'current_value' => '當前',
|
||||
|
||||
Reference in New Issue
Block a user