add uploadspeed + downloadspeed +isp

This commit is contained in:
xiaomlove
2022-07-30 15:06:51 +08:00
parent 8a4f4a77cb
commit 1ed68b6058
28 changed files with 477 additions and 64 deletions
+2 -2
View File
@@ -13,10 +13,10 @@ return [
'download_disable' => [
'subject' => 'Download permission cancellation',
'body' => 'Administrator: :operator has revoked your download privileges, possibly due to low sharing rates or misbehavior.',
'body' => 'Your download privileges has revoked, possibly due to low sharing rates or misbehavior. By: :operator',
],
'download_enable' => [
'subject' => 'Download permission restored',
'body' => 'Administrator: :operator restored your download privileges, you can now download torrents.',
'body' => 'Your download privileges restored, you can now download torrents. By: :operator',
],
];