mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
torrent operation log type add edit&delete
This commit is contained in:
@@ -31,6 +31,7 @@ return [
|
||||
'plugin' => 'Plugins',
|
||||
'category' => 'Categories',
|
||||
'second_icon' => 'Second icons',
|
||||
'torrent_operation_log' => 'Torrent operation logs',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -163,6 +163,10 @@ return [
|
||||
'picktype' => 'Recommend',
|
||||
'promotion_time_type' => 'Promotion type time',
|
||||
'hr' => 'H&R',
|
||||
'added_begin' => 'Added greater than',
|
||||
'added_end' => 'Added less than',
|
||||
'size_begin' => 'Size greater than',
|
||||
'size_end' => 'Size less than',
|
||||
],
|
||||
'hit_and_run' => [
|
||||
'label' => 'User H&R',
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'fields' => [
|
||||
'action_type' => 'Action type',
|
||||
],
|
||||
];
|
||||
@@ -59,6 +59,16 @@ return [
|
||||
'type_text' => 'Not reviewed',
|
||||
'notify_subject' => 'Torrent was mark as not reviewed',
|
||||
'notify_msg' => 'Your torrent: [url=:detail_url]:torrent_name[/url] was mark as not reviewed by :operator',
|
||||
],
|
||||
\App\Models\TorrentOperationLog::ACTION_TYPE_EDIT => [
|
||||
'type_text' => 'Edit',
|
||||
'notify_subject' => 'Torrent was edited',
|
||||
'notify_msg' => 'Your torrent: [url=:detail_url]:torrent_name[/url] was edited by :operator',
|
||||
],
|
||||
\App\Models\TorrentOperationLog::ACTION_TYPE_DELETE => [
|
||||
'type_text' => 'Delete',
|
||||
'notify_subject' => 'Torrent was deleted',
|
||||
'notify_msg' => 'Your torrent: :torrent_name was deleted by :operator',
|
||||
]
|
||||
],
|
||||
'owner_update_torrent_subject' => 'Denied torrent have been updated',
|
||||
|
||||
Reference in New Issue
Block a user