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
+1
View File
@@ -35,6 +35,7 @@ return [
'login_log' => '登录记录',
'bonus_log' => '魔力记录',
'torrent_buy_log' => '种子购买',
'attendance_log' => '签到记录',
],
'resources' => [
'agent_allow' => [
+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' => '是否补签',
],
];