task claim

This commit is contained in:
xiaomlove
2024-06-07 02:51:05 +08:00
parent 08067b9d01
commit bc81b158be
14 changed files with 68 additions and 15 deletions
+7
View File
@@ -48,4 +48,11 @@ return [
'fail_deduct_bonus' => 'Deduct bonus for task failure',
'success_reward_bonus' => 'Reward bonus for task completion',
'action_claim_task' => 'Claim',
'confirm_to_claim' => 'Sure you want to claim?' ,
'claim_by_yourself_only' => 'Claim only by yourself!' ,
'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',
];