add attendance

This commit is contained in:
xiaomlove
2021-02-22 17:55:53 +08:00
parent d506a4ebfb
commit e30799e0f4
18 changed files with 468 additions and 111 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
$lang_attendance = array
(
'title' => "Attendance",
'success' => "Success",
'attend_info' => "You have already attended <b>%u</b> days. C <b>%u</b> daythis time you will get <b>%u</b> bonus.",
'initial' => "First attendance get %u bonus.",
'steps' => "Every attendance get %u bonusunless reach maximum %u",
'continuous' => "Attend %u day continuousevery time will get %u bouns additionalno aggregate.",
'sorry' => "Sorry",
'already_attended' => "You have already attend, no refresh please.",
);