task basic

This commit is contained in:
xiaomlove
2024-05-18 14:53:30 +08:00
parent fc2aaf802b
commit 9ffd5d942a
11 changed files with 125 additions and 20 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ return [
'tags_list' => 'Tags',
'agent_allows' => 'Agent Allows',
'agent_denies' => 'Agent Denies',
'exams_list' => 'Exams',
'exams_list' => 'Exams & Tasks',
'medals_list' => 'Medals',
'settings' => 'Settings',
'users_medals' => 'User medals',
+9 -1
View File
@@ -37,7 +37,15 @@ return [
'recurring_daily' => 'once a day',
'recurring_weekly' => 'once a week',
'recurring_monthly' => 'once a month',
'recurring_help' => 'If specified as periodic, the appraisal start time is the start time of the current cycle, and the end time is the end time of the current cycle, which is said to be the natural week/month. At the end of each cycle, if the user still meets the screening criteria, the user will be automatically assigned to the next cycle.' ,
'recurring_help' => 'If specified as periodic, the start time of the exam is the start time of the current cycle, and the end time is the end time of the current cycle, which are all natural days/weeks/months as stated here. If type is exam, at the end of each cycle, if the user still meets the screening criteria, the user will be automatically assigned an exam for the next cycle.' ,
'time_condition_invalid' => 'The time parameter does not make sense, there are and only one of three items: start time + end time / duration / recurring',
'type_exam' => 'Exam',
'type_task' => 'Task',
'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',
];