add spoiler tag + fix attendance additional rewards

This commit is contained in:
xiaomlove
2022-04-12 01:48:22 +08:00
parent 1c065fdf65
commit 58abda6d1a
18 changed files with 149 additions and 52 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
return [
'have_not_attendance_yet' => "Haven't attendance yet",
'target_date_can_no_be_retroactive' => 'Date:date can not be retroactive',
'already_attendance' => 'Already attendance',
'card_not_enough' => 'Attendance card not enough',
];