mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 06:57:22 +08:00
add global search
This commit is contained in:
@@ -31,4 +31,8 @@ return [
|
||||
'remove_claim_confirm' => '确认要放弃认领?',
|
||||
'already_claimed' => '已认领',
|
||||
'not_claim_yet' => '未认领',
|
||||
|
||||
'fields' => [
|
||||
'torrent_id' => '种子 ID',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'global_search' => '全站搜索',
|
||||
'search_keyword' => '关键字',
|
||||
'search_area' => '范围',
|
||||
'search_area_options' => [
|
||||
'0' => '标题',
|
||||
'1' => '简介',
|
||||
'3' => '发布者',
|
||||
'4' => 'IMDB链接'
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user