mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
init section
This commit is contained in:
@@ -24,6 +24,7 @@ return [
|
||||
'torrent_deny_reason' => '拒绝原因',
|
||||
'roles' => '角色',
|
||||
'permissions' => '权限',
|
||||
'section' => '分区',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -229,4 +229,22 @@ return [
|
||||
\App\Models\UserMeta::META_KEY_PERSONALIZED_USERNAME => '彩虹 ID',
|
||||
],
|
||||
],
|
||||
'search_box' => [
|
||||
'label' => '分区',
|
||||
'name' => '别名',
|
||||
'section_name' => '名称',
|
||||
'is_default' => '是否默认',
|
||||
'showsubcat' => '次分类',
|
||||
'taxonomies' => '分类法',
|
||||
'taxonomy_display_text' => '显示文案',
|
||||
'torrent_field' => '种子表字段',
|
||||
'catsperrow' => '每行项目数',
|
||||
'catsperrow_help' => "设置在搜索箱中每行显示的项目数,如'8'。",
|
||||
'catpadding' => "项目间距",
|
||||
'catpadding_help' => "单位为像素。搜索箱中项目的水平间隔距离,如'3'。",
|
||||
'custom_fields' => '启用自字义字段',
|
||||
'custom_fields_display_name' => '自定义字段展示名称',
|
||||
'custom_fields_display' => '自定义字段展示',
|
||||
'custom_fields_display_help' => '使用特殊的标签代表字段的名称和值,如某字段其 Name 为 artist,则它的名称为:<%artist.label%>,它的值为:<%artist.value%>',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user