mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
torrents list show seedbox icon
This commit is contained in:
@@ -9,4 +9,7 @@ return [
|
||||
'sub_category_processing_label' => 'Processing',
|
||||
'sub_category_codec_label' => 'Codec',
|
||||
'sub_category_audio_codec_label' => 'AudioCodec',
|
||||
'extras' => [
|
||||
\App\Models\SearchBox::EXTRA_DISPLAY_COVER_ON_TORRENT_LIST => 'Display cover on torrent list',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -8,5 +8,8 @@ return [
|
||||
'sub_category_team_label' => '制作组',
|
||||
'sub_category_processing_label' => '处理',
|
||||
'sub_category_codec_label' => '编码',
|
||||
'sub_category_audio_codec_label' => '音频编码',
|
||||
'sub_category_audio_codec_label' => '音频编码',
|
||||
'extras' => [
|
||||
\App\Models\SearchBox::EXTRA_DISPLAY_COVER_ON_TORRENT_LIST => '种子列表页展示封面',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -9,4 +9,7 @@ return [
|
||||
'sub_category_processing_label' => '處理',
|
||||
'sub_category_codec_label' => '編碼',
|
||||
'sub_category_audio_codec_label' => '音頻編碼',
|
||||
'extras' => [
|
||||
\App\Models\SearchBox::EXTRA_DISPLAY_COVER_ON_TORRENT_LIST => '種子列表頁展示封面',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user