[exam] schedule

This commit is contained in:
xiaomlove
2021-04-29 19:18:13 +08:00
parent a1972ea288
commit 164bc80c4e
14 changed files with 315 additions and 92 deletions

View File

@@ -13,4 +13,8 @@ return [
'result' => 'Result',
'result_pass' => 'Pass!',
'result_not_pass' => '<bold color="red">Not pass!</bold>',
'checkout_pass_message_subject' => 'Exam pass!',
'checkout_pass_message_content' => 'Congratulation! You have complete the exam: :exam_name in time(:begin ~ :end)',
'checkout_not_pass_message_subject' => 'Exam not pass, and account is banned!',
'checkout_not_pass_message_content' => 'You did not complete the exam: :exam_name in time(:begin ~ :end), and your account has be banned!',
];

View File

@@ -13,4 +13,8 @@ return [
'result' => '结果',
'result_pass' => '通过!',
'result_not_pass' => '<bold color="red">未通过!</bold>',
'checkout_pass_message_subject' => '考核通过!',
'checkout_pass_message_content' => '恭喜!你在规定时间内(:begin ~ :end顺利完成了考核:exam_name。',
'checkout_not_pass_message_subject' => '考核未通过,账号被禁用!',
'checkout_not_pass_message_content' => '你在规定时间内(:begin ~ :end未完成考核:exam_name账号已被禁用。',
];

View File

@@ -13,4 +13,8 @@ return [
'result' => '結果',
'result_pass' => '通過!',
'result_not_pass' => '<bold color="red">未通過!</bold>',
'checkout_pass_message_subject' => '考核通過!',
'checkout_pass_message_content' => '恭喜!你在規定時間內(:begin ~ :end順利完成了考核:exam_name。',
'checkout_not_pass_message_subject' => '考核未通過,賬號被禁用!',
'checkout_not_pass_message_content' => '你在規定時間內(:begin ~ :end未完成考核:exam_name賬號已被禁用。',
];