mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
support plugin nexusphp-hit-and-run
This commit is contained in:
@@ -13,4 +13,8 @@ return [
|
||||
\App\Models\SearchBox::EXTRA_DISPLAY_COVER_ON_TORRENT_LIST => 'Display cover on torrent list',
|
||||
\App\Models\SearchBox::EXTRA_DISPLAY_SEED_BOX_ICON_ON_TORRENT_LIST => 'Display seed box icon on torrent list',
|
||||
],
|
||||
'sections' => [
|
||||
'browse' => 'Torrents section',
|
||||
'special' => 'Special section',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -13,4 +13,8 @@ return [
|
||||
\App\Models\SearchBox::EXTRA_DISPLAY_COVER_ON_TORRENT_LIST => '种子列表页展示封面',
|
||||
\App\Models\SearchBox::EXTRA_DISPLAY_SEED_BOX_ICON_ON_TORRENT_LIST => '种子列表页展示 SeedBox 图标',
|
||||
],
|
||||
'sections' => [
|
||||
'browse' => '种子区',
|
||||
'special' => '特别区',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -13,4 +13,8 @@ return [
|
||||
\App\Models\SearchBox::EXTRA_DISPLAY_COVER_ON_TORRENT_LIST => '種子列表頁展示封面',
|
||||
\App\Models\SearchBox::EXTRA_DISPLAY_SEED_BOX_ICON_ON_TORRENT_LIST => '種子列表頁展示 SeedBox 圖標',
|
||||
],
|
||||
'sections' => [
|
||||
'browse' => '種子區',
|
||||
'special' => '特別區',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user