mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-26 21:37:22 +08:00
torrent operation log type add edit&delete
This commit is contained in:
@@ -59,6 +59,16 @@ return [
|
||||
'type_text' => '标记未审核',
|
||||
'notify_subject' => '种子标记未审核',
|
||||
'notify_msg' => '你的种子:[url=:detail_url]:torrent_name[/url] 被 :operator 标记未审核',
|
||||
],
|
||||
\App\Models\TorrentOperationLog::ACTION_TYPE_EDIT => [
|
||||
'type_text' => '编辑',
|
||||
'notify_subject' => '种子被编辑',
|
||||
'notify_msg' => '你的种子:[url=:detail_url]:torrent_name[/url] 被 :operator 编辑',
|
||||
],
|
||||
\App\Models\TorrentOperationLog::ACTION_TYPE_DELETE => [
|
||||
'type_text' => '删除',
|
||||
'notify_subject' => '种子被删除',
|
||||
'notify_msg' => '你的种子::torrent_name 被 :operator 删除',
|
||||
]
|
||||
],
|
||||
'owner_update_torrent_subject' => '审核拒绝种子已更新',
|
||||
|
||||
Reference in New Issue
Block a user