admin add downloadpos manage

This commit is contained in:
xiaomlove
2022-07-23 23:35:43 +08:00
parent 50965e1419
commit f9bcb4d969
20 changed files with 328 additions and 224 deletions
+9
View File
@@ -10,4 +10,13 @@ return [
],
'field_value_change_message_body' => ':field 被管理员 :operator 从 :old 改为 :new。理由::reason。',
'field_value_change_message_subject' => ':field 改变',
'download_disable' => [
'subject' => '下载权限取消',
'body' => '管理员::operator 取消了你的下载权限,可能的原因是过低的分享率或行为不当。',
],
'download_enable' => [
'subject' => '下载权限恢复',
'body' => '管理员::operator 恢复了你的下载权限,你现在可以下载种子。',
],
];