add user meta check deadline

This commit is contained in:
xiaomlove
2023-01-06 20:19:21 +08:00
parent 8d8e3b7768
commit ad6e66ce56
9 changed files with 22 additions and 1 deletions

View File

@@ -38,4 +38,7 @@ return [
'subject' => '獲得道具::name',
'body' => ':operator 授予你 :name 有效期::duration。',
],
'metas' => [
'already_valid_forever' => ':meta_key_text 已經永久有效',
],
];