mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
add global search
This commit is contained in:
@@ -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