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,4 +6,9 @@ return [
'already_attendance' => '已经签到',
'card_not_enough' => '补签卡不足',
'ranking' => '今日签到排名:<b>:ranking</b> / <b>:counts</b>',
'fields' => [
'date' => '日期',
'points' => '获得魔力',
'is_retroactive' => '是否补签',
],
];