mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-18 06:28:57 +08:00
add spoiler tag + fix attendance additional rewards
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'have_not_attendance_yet' => '还没有签过到',
|
||||
'target_date_can_no_be_retroactive' => '日期::date 无法补签',
|
||||
'already_attendance' => '已经签到',
|
||||
'card_not_enough' => '补签卡不足',
|
||||
];
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'action_wearing' => '佩戴',
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => '勋章列表'
|
||||
|
||||
Reference in New Issue
Block a user