mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-26 13:27:22 +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