attendance log

This commit is contained in:
xiaomlove
2023-04-12 01:59:12 +08:00
parent 8e3ace4d83
commit 1ba01b2713
9 changed files with 185 additions and 1 deletions
+5
View File
@@ -6,5 +6,10 @@ return [
'already_attendance' => '已經簽到',
'card_not_enough' => '補簽卡不足',
'ranking' => '今日簽到排名:<b>:ranking</b> / <b>:counts</b>',
'fields' => [
'date' => '日期',
'points' => '獲得魔力',
'is_retroactive' => '是否補簽',
],
];