mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
[admin] torrent add more bulk action
This commit is contained in:
@@ -76,4 +76,9 @@ return [
|
||||
'logs_label' => '審核記錄'
|
||||
],
|
||||
'show_hide_media_info' => '顯示/隱藏原始 MediaInfo',
|
||||
'promotion_time_types' => [
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_GLOBAL => '全局',
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_PERMANENT => '永久',
|
||||
\App\Models\Torrent::PROMOTION_TIME_TYPE_DEADLINE => '直到',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user