seedBox record alert + destroy disabled account

This commit is contained in:
xiaomlove
2022-10-16 04:52:44 +08:00
parent 871e3637ea
commit be29509cff
17 changed files with 96 additions and 31 deletions
+5 -5
View File
@@ -2,9 +2,9 @@
return [
'ban_user_with_leech_warning_expired' => '上传警告到期,被系统禁用.',
'delete_user_unconfirmed' => '超时未确认,被系统封禁.',
'delete_user_no_transfer_alt_last_access_time' => '封禁非活跃的无流量账号,由最近访问时间断定.',
'delete_user_no_transfer_alt_register_time' => '封禁非活跃的无流量账号,由注册时间时间断定.',
'delete_user_not_parked' => '定时封禁未挂起的非活跃账号.',
'delete_user_parked' => '定时封禁已挂起的非活跃账号.',
'disable_user_unconfirmed' => '超时未确认,被系统封禁.',
'disable_user_no_transfer_alt_last_access_time' => '封禁非活跃的无流量账号,由最近访问时间断定.',
'disable_user_no_transfer_alt_register_time' => '封禁非活跃的无流量账号,由注册时间时间断定.',
'disable_user_not_parked' => '定时封禁未挂起的非活跃账号.',
'disable_user_parked' => '定时封禁已挂起的非活跃账号.',
];
+8
View File
@@ -213,4 +213,12 @@ return [
'text' => '允许个性条',
'desc' => '允许用户使用个性条',
],
// 'not-counting-downloaded' => [
// 'text' => '不计下载量',
// 'desc' => '用户下载量不增加',
// ],
// 'not-counting-hit-and-run' => [
// 'text' => '不计 H&R',
// 'desc' => '下载带 H&R 标记的种子不记 H&R。注意:等级为 VIP 是固定不计的',
// ],
];