exam add max user count

This commit is contained in:
xiaomlove
2024-08-08 03:14:34 +08:00
parent eae609e927
commit 6894508d81
9 changed files with 110 additions and 38 deletions
+6 -2
View File
@@ -55,8 +55,8 @@ return [
'type' => 'Type',
'type_help' => 'Exam are regular exam and failing them will result in account banning. Tasks can be set to reward bonus or deduct bonus depending on whether they are completed or not',
'fail_deduct_bonus' => 'Deduct bonus for task failure',
'success_reward_bonus' => 'Reward bonus for task completion',
'fail_deduct_bonus' => 'Deduct bonus for failure',
'success_reward_bonus' => 'Reward bonus for completion',
'action_claim_task' => 'Claim',
'confirm_to_claim' => 'Sure you want to claim?' ,
@@ -64,4 +64,8 @@ return [
'not_match_target_user' => 'You are not a matching target user!' ,
'has_other_on_the_way' => 'There is an other :type_text in progress!' ,
'claimed_already' => 'Already claimed',
'not_between_begin_end_time' => 'Not between begin & end time',
'reach_max_user_count' => 'The number of claimed users has reached its maximum',
'claimed_user_count' => 'Claimed',
'max_user_count' => 'Max claim user count(0 means unlimited)',
];